class Aws::Personalize::Types::CampaignConfig

The configuration details of a campaign.

@note When making an API call, you may pass CampaignConfig

data as a hash:

    {
      item_exploration_config: {
        "ParameterName" => "ParameterValue",
      },
    }

@!attribute [rw] item_exploration_config

A string to string map specifying the exploration configuration
hyperparameters, including `explorationWeight` and
`explorationItemAgeCutOff`, you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items.
Provide `itemExplorationConfig` data only if your solution uses the
[User-Personalization][1] recipe.

[1]: https://docs.aws.amazon.com/personalize/latest/dg/native-recipe-new-item-USER_PERSONALIZATION.html
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CampaignConfig AWS API Documentation

Constants

SENSITIVE