Values.UpdateRecommenderRequestSourceUpdates the recommender to modify the recommender configuration. If you update the recommender to modify the columns used in training, Amazon Personalize automatically starts a full retraining of the models backing your recommender. While the update completes, you can still get recommendations from the recommender. The recommender uses the previous configuration until the update completes. To track the status of this update, use the latestRecommenderUpdate returned in the DescribeRecommender operation.
type nonrec t = {recommenderArn : Arn.t;The Amazon Resource Name (ARN) of the recommender to modify.
*)recommenderConfig : RecommenderConfig.t;The configuration details of the recommender.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.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 ])
list ]