class Aws::Personalize::Types::BatchInferenceJobSummary
A truncated version of the BatchInferenceJob
datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
@!attribute [rw] batch_inference_job_arn
The Amazon Resource Name (ARN) of the batch inference job. @return [String]
@!attribute [rw] job_name
The name of the batch inference job. @return [String]
@!attribute [rw] status
The status of the batch inference job. The status is one of the following values: * PENDING * IN PROGRESS * ACTIVE * CREATE FAILED @return [String]
@!attribute [rw] creation_date_time
The time at which the batch inference job was created. @return [Time]
@!attribute [rw] last_updated_date_time
The time at which the batch inference job was last updated. @return [Time]
@!attribute [rw] failure_reason
If the batch inference job failed, the reason for the failure. @return [String]
@!attribute [rw] solution_version_arn
The ARN of the solution version used by the batch inference job. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/BatchInferenceJobSummary AWS API Documentation
Constants
- SENSITIVE