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

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
batch_segment_job_arncorestringThe Amazon Resource Name (ARN) of the batch segment job.
creation_date_timecoretimestampThe time at which the batch segment job was created.
failure_reasoncorestringIf the batch segment job failed, the reason for the failure.
filter_arncorestringThe ARN of the filter used on the batch segment job.
job_inputcorejsonThe Amazon S3 path that leads to the input data used to generate the batch segment job.
job_namecorestringThe name of the batch segment job.
job_outputcorejsonThe Amazon S3 bucket that contains the output data generated by the batch segment job.
last_updated_date_timecoretimestampThe time at which the batch segment job last updated.
num_resultscoreint64The 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_arncorestringThe ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
solution_version_arncorestringThe Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
statuscorestringThe status of the batch segment job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
tagscorehstore