@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. |
Integer |
getMinRecommendationRequestsPerSecond()
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will
support.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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. |
void |
setMinRecommendationRequestsPerSecond(Integer minRecommendationRequestsPerSecond)
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will
support.
|
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. |
RecommenderConfig |
withMinRecommendationRequestsPerSecond(Integer minRecommendationRequestsPerSecond)
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will
support.
|
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 void setMinRecommendationRequestsPerSecond(Integer minRecommendationRequestsPerSecond)
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will support.
minRecommendationRequestsPerSecond - Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize
will support.public Integer getMinRecommendationRequestsPerSecond()
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will support.
public RecommenderConfig withMinRecommendationRequestsPerSecond(Integer minRecommendationRequestsPerSecond)
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will support.
minRecommendationRequestsPerSecond - Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize
will support.public String toString()
toString in class ObjectObject.toString()public RecommenderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.