Values.RecommenderUpdateSourceContains information about an update operation performed on a recommender.
type nonrec t = {recommenderConfig : RecommenderConfig.t option;The updated configuration settings applied to the recommender during this update.
*)status : RecommenderStatus.t option;The current status of the recommender update operation.
*)createdAt : Timestamp.t option;The timestamp when this recommender update was initiated.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the recommender was edited.
*)failureReason : String_.t option;If the update operation failed, provides the reason for the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.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
| `Timestamp of Timestamp.t ])
list ]