Values.RecommenderSummarySourceProvides a summary of a recommender's configuration and current state.
type nonrec t = {recommenderName : Name.t option;The name of the recommender.
*)recipeName : RecommenderRecipeName.t option;The name of the recipe used by this recommender.
*)recommenderSchemaName : Name.t option;The name of the recommender schema associated with this recommender.
*)recommenderConfig : RecommenderConfig.t option;The configuration settings applied to this recommender.
*)createdAt : Timestamp.t option;The timestamp when the recommender was created.
*)description : SensitiveText.t option;A description of the recommender's purpose and characteristics.
*)status : RecommenderStatus.t option;The current operational status of the recommender.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the recommender was edited.
*)failureReason : String_.t option;If the recommender is in a failed state, provides the reason for the failure.
*)latestRecommenderUpdate : RecommenderUpdate.t option;Information about the most recent update performed on the recommender, including its status and timing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Structure of
(string
* [> `Enum of string
| `Integer of RecommenderConfigTrainingFrequencyInteger.t
| `Map of
([> `String of String_.t ]
* [> `List of [> `String of Text.t ] list ])
list
| `String of String_.t
| `Structure of
(string
* [> `Integer of InferenceConfigMinProvisionedTPSInteger.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of EventParametersEventTypeString.t ])
list ]
list
| `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
| `Timestamp of Timestamp.t ])
list ]