Class: Aws::Personalize::Types::CreateCampaignRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_configTypes::CampaignConfig

The configuration details of a campaign.



1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'lib/aws-sdk-personalize/types.rb', line 1099

class CreateCampaignRequest < Struct.new(
  :name,
  :solution_version_arn,
  :min_provisioned_tps,
  :campaign_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#min_provisioned_tpsInteger

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.

Returns:

  • (Integer)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'lib/aws-sdk-personalize/types.rb', line 1099

class CreateCampaignRequest < Struct.new(
  :name,
  :solution_version_arn,
  :min_provisioned_tps,
  :campaign_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'lib/aws-sdk-personalize/types.rb', line 1099

class CreateCampaignRequest < Struct.new(
  :name,
  :solution_version_arn,
  :min_provisioned_tps,
  :campaign_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#solution_version_arnString

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].

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].

[1]: docs.aws.amazon.com/personalize/latest/dg/API_CampaignConfig.html [2]: docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-automatic-latest-sv-update

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'lib/aws-sdk-personalize/types.rb', line 1099

class CreateCampaignRequest < Struct.new(
  :name,
  :solution_version_arn,
  :min_provisioned_tps,
  :campaign_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Returns:



1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'lib/aws-sdk-personalize/types.rb', line 1099

class CreateCampaignRequest < Struct.new(
  :name,
  :solution_version_arn,
  :min_provisioned_tps,
  :campaign_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end