![]() |
![]()
| ![]() |
![]()
NAMEPaws::Personalize::BatchInferenceJob USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Personalize::BatchInferenceJob object: $service_obj->Method(Att1 => { BatchInferenceJobArn => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Personalize::BatchInferenceJob object: $result = $service_obj->Method(...); $result->Att1->BatchInferenceJobArn DESCRIPTIONContains information on a batch inference job. ATTRIBUTESBatchInferenceJobArn => StrThe Amazon Resource Name (ARN) of the batch inference job. BatchInferenceJobConfig => Paws::Personalize::BatchInferenceJobConfigA string to string map of the configuration details of a batch inference job. CreationDateTime => StrThe time at which the batch inference job was created. FailureReason => StrIf the batch inference job failed, the reason for the failure. FilterArn => StrThe ARN of the filter used on the batch inference job. JobInput => Paws::Personalize::BatchInferenceJobInputThe Amazon S3 path that leads to the input data used to generate the batch inference job. JobName => StrThe name of the batch inference job. JobOutput => Paws::Personalize::BatchInferenceJobOutputThe Amazon S3 bucket that contains the output data generated by the batch inference job. LastUpdatedDateTime => StrThe time at which the batch inference job was last updated. NumResults => IntThe number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records. RoleArn => StrThe ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job. SolutionVersionArn => StrThe Amazon Resource Name (ARN) of the solution version from which the batch inference job was created. Status => StrThe status of the batch inference job. The status is one of the following values:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::Personalize BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|