Builder

class Builder

Properties

Link copied to clipboard

The configuration details of a campaign.

Link copied to clipboard

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.

Link copied to clipboard
var name: String?

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the trained model to deploy with the campaign. To specify the latest solution version of your solution, specify the ARN of your solution in SolutionArn/$LATEST format. You must use this format if you set syncWithLatestSolutionVersion to True in the CampaignConfig.

Link copied to clipboard
var tags: List<Tag>?

A list of tags to apply to the campaign.

Functions

Link copied to clipboard