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

Class: Aws::Personalize::Types::CampaignConfig

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

Overview

Note:

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

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

The configuration details of a campaign.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#item_exploration_configHash<String,String>

A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.

Returns:

  • (Hash<String,String>)

    A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.