public static interface RecommenderConfig.Builder extends SdkPojo, CopyableBuilder<RecommenderConfig.Builder,RecommenderConfig>
| Modifier and Type | Method and Description |
|---|---|
RecommenderConfig.Builder |
itemExplorationConfig(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.Builder |
minRecommendationRequestsPerSecond(Integer minRecommendationRequestsPerSecond)
Specifies the requested minimum provisioned recommendation requests per second that Amazon Personalize will
support.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommenderConfig.Builder itemExplorationConfig(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).RecommenderConfig.Builder minRecommendationRequestsPerSecond(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.Copyright © 2022. All rights reserved.