Values.UpdateRecommenderRequestSourceUpdates the properties of an existing recommender, allowing you to modify its configuration and description.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)recommenderName : Name.t;The name of the recommender to update.
*)description : SensitiveText.t option;The new description to assign to the recommender.
*)recommenderConfig : RecommenderConfig.t option;The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Name.t
| `Structure of
(string
* [> `Integer of RecommenderConfigTrainingFrequencyInteger.t
| `Map of
([> `String of String_.t ]
* [> `List of [> `String of Text.t ] list ])
list
| `Structure of
(string
* [> `Integer of InferenceConfigMinProvisionedTPSInteger.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of EventParametersEventTypeString.t ])
list ]
list ])
list ])
list ])
list ]