Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS parameter
Updates a campaign by either deploying a new solution or changing the
value of the campaign's minProvisionedTPS
parameter.
To update a campaign, the campaign status must be ACTIVE or CREATE
FAILED. Check the campaign status using the
describe_campaign
API.
You must wait until the status
of the updated campaign is ACTIVE
before asking the campaign for recommendations.
For more information on campaigns, see
create_campaign
.
personalize_update_campaign(campaignArn, solutionVersionArn, minProvisionedTPS, campaignConfig)
campaignArn |
[required] The Amazon Resource Name (ARN) of the campaign. |
solutionVersionArn |
The ARN of a new solution version to deploy. |
minProvisionedTPS |
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support. |
campaignConfig |
The configuration details of a campaign. |
A list with the following syntax:
list( campaignArn = "string" )
svc$update_campaign( campaignArn = "string", solutionVersionArn = "string", minProvisionedTPS = 123, campaignConfig = list( itemExplorationConfig = list( "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.