Struct aws_sdk_personalize::model::RecommenderConfig [−][src]
#[non_exhaustive]pub struct RecommenderConfig {
pub item_exploration_config: Option<HashMap<String, String>>,
}Expand description
The configuration details of the recommender.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.item_exploration_config: Option<HashMap<String, String>>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).
Implementations
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).
Creates a new builder-style object to manufacture RecommenderConfig
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RecommenderConfig
impl Send for RecommenderConfig
impl Sync for RecommenderConfig
impl Unpin for RecommenderConfig
impl UnwindSafe for RecommenderConfig
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
