_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
campaign
The properties of the campaign. | STRUCT( "name" VARCHAR, "campaign_arn" VARCHAR, "solution_version_arn" VARCHAR, "min_provisioned_tps" BIGINT, "campaign_config" STRUCT( "item_exploration_config" MAP(VARCHAR, VARCHAR), "enable_metadata_with_recommendations" BOOLEAN, "sync_with_latest_solution_version" BOOLEAN ), "status" VARCHAR, "failure_reason" VARCHAR, "creation_date_time" TIMESTAMP_S, "last_updated_date_time" TIMESTAMP_S, "latest_campaign_update" STRUCT( "solution_version_arn" VARCHAR, "min_provisioned_tps" BIGINT, "campaign_config" STRUCT( "item_exploration_config" MAP(VARCHAR, VARCHAR), "enable_metadata_with_recommendations" BOOLEAN, "sync_with_latest_solution_version" BOOLEAN ), "status" VARCHAR, "failure_reason" VARCHAR, "creation_date_time" TIMESTAMP_S, "last_updated_date_time" TIMESTAMP_S ) ) |
Show child fields- campaign.campaign_arn
The Amazon Resource Name (ARN) of the campaign.
- campaign.campaign_config
The configuration details of a campaign. Show child fields- campaign.campaign_config.enable_metadata_with_recommendations
Whether metadata with recommendations is enabled for the campaign. If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response. For information about enabling metadata for a campaign, see Enabling metadata in recommendations for a campaign. If you enable metadata in recommendations, you will incur additional costs. For more information, see Amazon Personalize pricing.
- campaign.campaign_config.item_exploration_config
Specifies the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. Provide itemExplorationConfig data only if your solution uses the User-Personalization recipe.
- campaign.campaign_config.sync_with_latest_solution_version
Whether the campaign automatically updates to use the latest solution version (trained model) of a solution. If you specify True, you must specify the ARN of your solution for the SolutionVersionArn parameter. It must be in SolutionArn/$LATEST format. The default is False and you must manually update the campaign to deploy the latest solution version. For more information about automatic campaign updates, see Enabling automatic campaign updates.
- campaign.creation_date_time
The date and time (in Unix format) that the campaign was created.
- campaign.failure_reason
If a campaign fails, the reason behind the failure.
- campaign.last_updated_date_time
The date and time (in Unix format) that the campaign was last updated.
- campaign.latest_campaign_update
Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API. Show child fields- campaign.latest_campaign_update.campaign_config
The configuration details of a campaign. Show child fields- campaign.latest_campaign_update.campaign_config.enable_metadata_with_recommendations
Whether metadata with recommendations is enabled for the campaign. If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response. For information about enabling metadata for a campaign, see Enabling metadata in recommendations for a campaign. If you enable metadata in recommendations, you will incur additional costs. For more information, see Amazon Personalize pricing.
- campaign.latest_campaign_update.campaign_config.item_exploration_config
Specifies the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. Provide itemExplorationConfig data only if your solution uses the User-Personalization recipe.
- campaign.latest_campaign_update.campaign_config.sync_with_latest_solution_version
Whether the campaign automatically updates to use the latest solution version (trained model) of a solution. If you specify True, you must specify the ARN of your solution for the SolutionVersionArn parameter. It must be in SolutionArn/$LATEST format. The default is False and you must manually update the campaign to deploy the latest solution version. For more information about automatic campaign updates, see Enabling automatic campaign updates.
- campaign.latest_campaign_update.creation_date_time
The date and time (in Unix time) that the campaign update was created.
- campaign.latest_campaign_update.failure_reason
If a campaign update fails, the reason behind the failure.
- campaign.latest_campaign_update.last_updated_date_time
The date and time (in Unix time) that the campaign update was last updated.
- campaign.latest_campaign_update.min_provisioned_tps
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
- campaign.latest_campaign_update.solution_version_arn
The Amazon Resource Name (ARN) of the deployed solution version.
- campaign.latest_campaign_update.status
The status of the campaign update. A campaign update can be in one of the following states:
- campaign.min_provisioned_tps
Specifies 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.
- campaign.name
The name of the campaign.
- campaign.solution_version_arn
The Amazon Resource Name (ARN) of the solution version the campaign uses.
- campaign.status
The status of the campaign. A campaign can be in one of the following states:
|