@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommenderConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details of the recommender.
Constructor and Description |
---|
RecommenderConfig() |
Modifier and Type | Method and Description |
---|---|
RecommenderConfig |
addItemExplorationConfigEntry(String key,
String value)
Add a single ItemExplorationConfig entry
|
RecommenderConfig |
clearItemExplorationConfigEntries()
Removes all the entries added into ItemExplorationConfig.
|
RecommenderConfig |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getItemExplorationConfig()
Specifies 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)
Specifies 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.
|
RecommenderConfig |
withItemExplorationConfig(Map<String,String> itemExplorationConfig)
Specifies 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()
Specifies 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
recommenders generate personalized recommendations for a user (not popular items or similar items).
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
recommenders generate personalized recommendations for a user (not popular items or similar items).public void setItemExplorationConfig(Map<String,String> itemExplorationConfig)
Specifies 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
recommenders generate personalized recommendations for a user (not popular items or similar items).
itemExplorationConfig
- Specifies 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
recommenders generate personalized recommendations for a user (not popular items or similar items).public RecommenderConfig withItemExplorationConfig(Map<String,String> itemExplorationConfig)
Specifies 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
recommenders generate personalized recommendations for a user (not popular items or similar items).
itemExplorationConfig
- Specifies 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
recommenders generate personalized recommendations for a user (not popular items or similar items).public RecommenderConfig addItemExplorationConfigEntry(String key, String value)
public RecommenderConfig clearItemExplorationConfigEntries()
public String toString()
toString
in class Object
Object.toString()
public RecommenderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.