You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateCampaignRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
  solution_version_arn: "Arn", # required
  min_provisioned_tps: 1, # required
  campaign_config: {
    item_exploration_config: {
      "ParameterName" => "ParameterValue",
    },
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_configTypes::CampaignConfig

The configuration details of a campaign.

Returns:

#min_provisioned_tpsInteger

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

Returns:

  • (Integer)

    Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

#nameString

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

Returns:

  • (String)

    A name for the new campaign.

#solution_version_arnString

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

Returns:

  • (String)

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