Values.RecommenderUpdateSummarySourceProvides a summary of the properties of a recommender update. For a complete listing, call the DescribeRecommender API.
type nonrec t = {recommenderConfig : RecommenderConfig.t option;The configuration details of the recommender update.
*)creationDateTime : Date.t option;The date and time (in Unix format) that the recommender update was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the recommender update was last updated.
*)status : Status.t option;The status of the recommender update. A recommender update can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
*)failureReason : FailureReason.t option;If a recommender update fails, the reason behind the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Status.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
| `Timestamp of Date.t ])
list ]