NAME
Paws::Personalize::BatchInferenceJob
USAGE
This 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
DESCRIPTION
Contains information on a batch inference job.
ATTRIBUTES
BatchInferenceJobArn => Str
The Amazon Resource Name (ARN) of the batch inference job.
BatchInferenceJobConfig => Paws::Personalize::BatchInferenceJobConfig
A string to string map of the configuration details of a batch inference job.
CreationDateTime => Str
The time at which the batch inference job was created.
FailureReason => Str
If the batch inference job failed, the reason for the failure.
FilterArn => Str
The ARN of the filter used on the batch inference job.
JobInput => Paws::Personalize::BatchInferenceJobInput
The Amazon S3 path that leads to the input data used to generate the batch inference job.
JobName => Str
The name of the batch inference job.
JobOutput => Paws::Personalize::BatchInferenceJobOutput
The Amazon S3 bucket that contains the output data generated by the batch inference job.
LastUpdatedDateTime => Str
The time at which the batch inference job was last updated.
NumResults => Int
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
RoleArn => Str
The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
SolutionVersionArn => Str
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
Status => Str
The status of the batch inference job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Personalize
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues