NAME
Paws::Personalize::BatchInferenceJobSummary
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::BatchInferenceJobSummary 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::BatchInferenceJobSummary object:
$result = $service_obj->Method(...);
$result->Att1->BatchInferenceJobArn
DESCRIPTION
A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
ATTRIBUTES
BatchInferenceJobArn => Str
The Amazon Resource Name (ARN) of the 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.
JobName => Str
The name of the batch inference job.
LastUpdatedDateTime => Str
The time at which the batch inference job was last updated.
SolutionVersionArn => Str
The ARN of the solution version used by the batch inference job.
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