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
- Struct
- Aws::Personalize::Types::CampaignConfig
- 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
-
#item_exploration_config ⇒ Hash<String,String>
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
Instance Attribute Details
#item_exploration_config ⇒ Hash<String,String>
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.