class Aws::Personalize::Types::BatchInferenceJob
Contains information on a batch inference job.
@!attribute [rw] job_name
The name of the batch inference job. @return [String]
@!attribute [rw] batch_inference_job_arn
The Amazon Resource Name (ARN) of the batch inference job. @return [String]
@!attribute [rw] filter_arn
The ARN of the filter used on the batch inference job. @return [String]
@!attribute [rw] failure_reason
If the batch inference job failed, the reason for the failure. @return [String]
@!attribute [rw] solution_version_arn
The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created. @return [String]
@!attribute [rw] num_results
The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records. @return [Integer]
@!attribute [rw] job_input
The Amazon S3 path that leads to the input data used to generate the batch inference job. @return [Types::BatchInferenceJobInput]
@!attribute [rw] job_output
The Amazon S3 bucket that contains the output data generated by the batch inference job. @return [Types::BatchInferenceJobOutput]
@!attribute [rw] batch_inference_job_config
A string to string map of the configuration details of a batch inference job. @return [Types::BatchInferenceJobConfig]
@!attribute [rw] role_arn
The ARN of the Amazon Identity and Access Management (IAM) role that requested 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]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/BatchInferenceJob AWS API Documentation
Constants
- SENSITIVE