@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 exploration configuration hyperparameters, including
explorationWeight and explorationItemAgeCutOff , you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items. |
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 exploration configuration hyperparameters, including
explorationWeight and explorationItemAgeCutOff , you want to use to configure the amount
of item exploration Amazon Personalize uses when recommending items. |
String |
toString()
Returns a string representation of this object.
|
CampaignConfig |
withItemExplorationConfig(Map<String,String> itemExplorationConfig)
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. |
public Map<String,String> getItemExplorationConfig()
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 recipe.
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 recipe.public void setItemExplorationConfig(Map<String,String> itemExplorationConfig)
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 recipe.
itemExplorationConfig
- 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 recipe.public CampaignConfig withItemExplorationConfig(Map<String,String> itemExplorationConfig)
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 recipe.
itemExplorationConfig
- 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 recipe.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.