@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CampaignConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details of a campaign.
Constructor and Description |
---|
CampaignConfig() |
Modifier and Type | Method and Description |
---|---|
CampaignConfig |
addItemExplorationConfigEntry(String key,
String value)
Add a single ItemExplorationConfig entry
|
CampaignConfig |
clearItemExplorationConfigEntries()
Removes all the entries added into ItemExplorationConfig.
|
CampaignConfig |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getItemExplorationConfig()
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
String |
toString()
Returns a string representation of this object.
|
CampaignConfig |
withItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization.
|
public Map<String,String> getItemExplorationConfig()
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
public void setItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
itemExplorationConfig
- A string to string map specifying the inference hyperparameters you wish to use for hyperparameter
optimization. See customizing-solution-config-hpo.public CampaignConfig withItemExplorationConfig(Map<String,String> itemExplorationConfig)
A string to string map specifying the inference hyperparameters you wish to use for hyperparameter optimization. See customizing-solution-config-hpo.
itemExplorationConfig
- A string to string map specifying the inference hyperparameters you wish to use for hyperparameter
optimization. See customizing-solution-config-hpo.public CampaignConfig addItemExplorationConfigEntry(String key, String value)
public CampaignConfig clearItemExplorationConfigEntries()
public String toString()
toString
in class Object
Object.toString()
public CampaignConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.