Personalize Campaign

An AWS Personalize Campaign is a deployed recommendation engine that delivers personalized predictions in real time based on a trained solution version. It provides an endpoint that applications can call to generate tailored recommendations for users, such as product or content suggestions. Campaigns scale automatically to handle traffic and can be updated with new solution versions to improve accuracy over time.

aws.personalize_campaign

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
campaign_arncorestringThe Amazon Resource Name (ARN) of the campaign.
campaign_configcorejsonThe configuration details of a campaign.
creation_date_timecoretimestampThe date and time (in Unix format) that the campaign was created.
failure_reasoncorestringIf a campaign fails, the reason behind the failure.
last_updated_date_timecoretimestampThe date and time (in Unix format) that the campaign was last updated.
latest_campaign_updatecorejsonProvides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
min_provisioned_tpscoreint64Specifies the requested minimum provisioned transactions (recommendations) per second. A high minProvisionedTPS will increase your bill. We recommend starting with 1 for minProvisionedTPS (the default). Track your usage using Amazon CloudWatch metrics, and increase the minProvisionedTPS as necessary.
namecorestringThe name of the campaign.
solution_version_arncorestringThe Amazon Resource Name (ARN) of the solution version the campaign uses.
statuscorestringThe status of the campaign. A campaign can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
tagscorehstore