Values.RecommenderSummarySourceProvides a summary of the properties of the recommender.
type nonrec t = {name : Name.t option;The name of the recommender.
*)recommenderArn : Arn.t option;The Amazon Resource Name (ARN) of the recommender.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the Domain dataset group that contains the recommender.
*)recipeArn : Arn.t option;The Amazon Resource Name (ARN) of the recipe (Domain dataset group use case) that the recommender was created for.
*)recommenderConfig : RecommenderConfig.t option;The configuration details of the recommender.
*)status : Status.t option;The status of the recommender. A recommender can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix format) that the recommender was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix format) that the recommender was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Name.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 ]