Struct aws_sdk_personalize::model::recommender_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RecommenderConfig
Implementations
Adds a key-value pair to item_exploration_config.
To override the contents of this collection use set_item_exploration_config.
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).
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).
Consumes the builder and constructs a RecommenderConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
