Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalize_update_campaign

Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS parameter


Description

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.

Usage

personalize_update_campaign(campaignArn, solutionVersionArn,
  minProvisionedTPS, campaignConfig)

Arguments

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.

Value

A list with the following syntax:

list(
  campaignArn = "string"
)

Request syntax

svc$update_campaign(
  campaignArn = "string",
  solutionVersionArn = "string",
  minProvisionedTPS = 123,
  campaignConfig = list(
    itemExplorationConfig = list(
      "string"
    )
  )
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.