Personalize Batch Segment Job
Personalize Batch Segment Job in AWS is a resource that provides information about a batch segment job created in Amazon Personalize. A batch segment job generates personalized item recommendations for a large set of users at once, rather than in real time. This resource describes the job’s details, including its status, input and output configuration, and metadata, helping you track and manage recommendation batch processing.
aws.personalize_batch_segment_job
Fields
Title | ID | Type | Data Type | Description |
---|
| _key | core | string | |
| account_id | core | string | |
| batch_segment_job_arn | core | string | The Amazon Resource Name (ARN) of the batch segment job. |
| creation_date_time | core | timestamp | The time at which the batch segment job was created. |
| failure_reason | core | string | If the batch segment job failed, the reason for the failure. |
| filter_arn | core | string | The ARN of the filter used on the batch segment job. |
| job_input | core | json | The Amazon S3 path that leads to the input data used to generate the batch segment job. |
| job_name | core | string | The name of the batch segment job. |
| job_output | core | json | The Amazon S3 bucket that contains the output data generated by the batch segment job. |
| last_updated_date_time | core | timestamp | The time at which the batch segment job last updated. |
| num_results | core | int64 | The number of predicted users generated by the batch segment job for each line of input data. The maximum number of users per segment is 5 million. |
| role_arn | core | string | The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job. |
| solution_version_arn | core | string | The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments. |
| status | core | string | The status of the batch segment job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED |
| tags | core | hstore | |