/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration details of the recommender.See Also:
AWS
* API Reference
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).
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).
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).
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).
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).
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).
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 requested minimum provisioned recommendation requests per
* second that Amazon Personalize will support. A high
* minRecommendationRequestsPerSecond
will increase your bill. We
* recommend starting with 1 for minRecommendationRequestsPerSecond
* (the default). Track your usage using Amazon CloudWatch metrics, and increase
* the minRecommendationRequestsPerSecond
as necessary.
Specifies the requested minimum provisioned recommendation requests per
* second that Amazon Personalize will support. A high
* minRecommendationRequestsPerSecond
will increase your bill. We
* recommend starting with 1 for minRecommendationRequestsPerSecond
* (the default). Track your usage using Amazon CloudWatch metrics, and increase
* the minRecommendationRequestsPerSecond
as necessary.
Specifies the requested minimum provisioned recommendation requests per
* second that Amazon Personalize will support. A high
* minRecommendationRequestsPerSecond
will increase your bill. We
* recommend starting with 1 for minRecommendationRequestsPerSecond
* (the default). Track your usage using Amazon CloudWatch metrics, and increase
* the minRecommendationRequestsPerSecond
as necessary.
Specifies the requested minimum provisioned recommendation requests per
* second that Amazon Personalize will support. A high
* minRecommendationRequestsPerSecond
will increase your bill. We
* recommend starting with 1 for minRecommendationRequestsPerSecond
* (the default). Track your usage using Amazon CloudWatch metrics, and increase
* the minRecommendationRequestsPerSecond
as necessary.
Specifies the training data configuration to use when creating a domain * recommender.
*/ inline const TrainingDataConfig& GetTrainingDataConfig() const{ return m_trainingDataConfig; } /** *Specifies the training data configuration to use when creating a domain * recommender.
*/ inline bool TrainingDataConfigHasBeenSet() const { return m_trainingDataConfigHasBeenSet; } /** *Specifies the training data configuration to use when creating a domain * recommender.
*/ inline void SetTrainingDataConfig(const TrainingDataConfig& value) { m_trainingDataConfigHasBeenSet = true; m_trainingDataConfig = value; } /** *Specifies the training data configuration to use when creating a domain * recommender.
*/ inline void SetTrainingDataConfig(TrainingDataConfig&& value) { m_trainingDataConfigHasBeenSet = true; m_trainingDataConfig = std::move(value); } /** *Specifies the training data configuration to use when creating a domain * recommender.
*/ inline RecommenderConfig& WithTrainingDataConfig(const TrainingDataConfig& value) { SetTrainingDataConfig(value); return *this;} /** *Specifies the training data configuration to use when creating a domain * recommender.
*/ inline RecommenderConfig& WithTrainingDataConfig(TrainingDataConfig&& value) { SetTrainingDataConfig(std::move(value)); return *this;} private: Aws::Map