You incur campaign costs while it is active
Source:R/personalize_operations.R
personalize_create_campaign.RdYou incur campaign costs while it is active. To avoid unnecessary costs, make sure to delete the campaign when you are finished. For information about campaign costs, see Amazon Personalize pricing.
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 trained model to deploy with the campaign. To specify the latest solution version of your solution, specify the ARN of your solution in
SolutionArn/$LATESTformat. You must use this format if you setsyncWithLatestSolutionVersiontoTruein the CampaignConfig.To deploy a model that isn't the latest solution version of your solution, specify the ARN of the solution version.
For more information about automatic campaign updates, see Enabling automatic campaign updates.
- minProvisionedTPS
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support. A high
minProvisionedTPSwill increase your bill. We recommend starting with 1 forminProvisionedTPS(the default). Track your usage using Amazon CloudWatch metrics, and increase theminProvisionedTPSas necessary.- campaignConfig
The configuration details of a campaign.
A list of tags to apply to the campaign.