Values.RecommenderConfigSourceThe configuration details of the recommender.
type nonrec t = {itemExplorationConfig : HyperParameters.t option;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).
*)minRecommendationRequestsPerSecond : TransactionsPerSecond.t option;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.
*)trainingDataConfig : TrainingDataConfig.t option;Specifies the training data configuration to use when creating a domain recommender.
*)enableMetadataWithRecommendations : Boolean.t option;Whether metadata with recommendations is enabled for the recommender. If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response. For information about enabling metadata for a recommender, see Enabling metadata in recommendations for a recommender. If you enable metadata in recommendations, you will incur additional costs. For more information, see Amazon Personalize pricing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of TransactionsPerSecond.t
| `Map of
([> `String of ParameterName.t ] * [> `String of ParameterValue.t ])
list
| `Structure of
(string
* [> `Map of
([> `String of DatasetType.t ]
* [> `List of [> `String of ColumnName.t ] list ])
list ])
list ])
list ]