personalize_create_campaign: Creates a campaign that deploys a solution version

View source: R/personalize_operations.R

personalize_create_campaignR Documentation

Creates a campaign that deploys a solution version

Description

Creates a campaign that deploys a solution version. When a client calls the GetRecommendations and GetPersonalizedRanking APIs, a campaign is specified in the request.

See https://www.paws-r-sdk.com/docs/personalize_create_campaign/ for full documentation.

Usage

personalize_create_campaign(
  name,
  solutionVersionArn,
  minProvisionedTPS = NULL,
  campaignConfig = NULL,
  tags = NULL
)

Arguments

name

[required] A name for the new campaign. The campaign name must be unique within your account.

solutionVersionArn

[required] The Amazon Resource Name (ARN) of the solution version to deploy.

minProvisionedTPS

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support. 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.

campaignConfig

The configuration details of a campaign.

tags

A list of tags to apply to the campaign.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.