Personalize Batch Inference Job

Personalize Batch Inference Job in AWS is a resource that runs batch recommendation tasks using Amazon Personalize. It processes input data in bulk, such as a list of users or items, and generates personalized recommendations at scale. The results are stored in Amazon S3 for later use in applications or analytics. This is useful for scenarios where real-time recommendations are not required, such as sending personalized emails or generating offline reports.

aws.personalize_batch_inference_job

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
batch_inference_job_arncorestringThe Amazon Resource Name (ARN) of the batch inference job.
batch_inference_job_configcorejsonA string to string map of the configuration details of a batch inference job.
batch_inference_job_modecorestringThe job's mode.
creation_date_timecoretimestampThe time at which the batch inference job was created.
failure_reasoncorestringIf the batch inference job failed, the reason for the failure.
filter_arncorestringThe ARN of the filter used on the batch inference job.
job_inputcorejsonThe Amazon S3 path that leads to the input data used to generate the batch inference job.
job_namecorestringThe name of the batch inference job.
job_outputcorejsonThe Amazon S3 bucket that contains the output data generated by the batch inference job.
last_updated_date_timecoretimestampThe time at which the batch inference job was last updated.
num_resultscoreint64The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
role_arncorestringThe ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
solution_version_arncorestringThe Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
statuscorestringThe status of the batch inference job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
tagscorehstore
theme_generation_configcorejsonThe job's theme generation settings.