![]() |
![]()
| ![]() |
![]()
NAMEPaws::Personalize::BatchInferenceJobSummary 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::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 DESCRIPTIONA truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries. ATTRIBUTESBatchInferenceJobArn => StrThe Amazon Resource Name (ARN) of the 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. JobName => StrThe name of the batch inference job. LastUpdatedDateTime => StrThe time at which the batch inference job was last updated. SolutionVersionArn => StrThe ARN of the solution version used by the batch inference job. 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>
|