Values.GetRecommenderResponseSourceRetrieves a recommender.
type nonrec t = {recommenderName : Name.t option;The name of the recommender.
*)recommenderRecipeName : RecommenderRecipeName.t option;The name of the recipe used by the recommender to generate recommendations.
*)recommenderSchemaName : Name.t option;The name of the recommender schema associated with this recommender.
*)recommenderConfig : RecommenderConfig.t option;The configuration settings for the recommender, including parameters and settings that define its behavior.
*)description : SensitiveText.t option;A detailed description of the recommender providing information about its purpose and functionality.
*)status : RecommenderStatus.t option;The current status of the recommender, indicating whether it is active, creating, updating, or in another state.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the recommender was edited.
*)createdAt : Timestamp.t option;The timestamp of when the recommender was created.
*)failureReason : String_.t option;If the recommender fails, provides the reason for the failure.
*)latestRecommenderUpdate : RecommenderUpdate.t option;Information about the most recent update performed on the recommender, including status and timestamp.
*)trainingMetrics : TrainingMetricsList.t option;A set of metrics that provide information about the recommender's training performance and accuracy.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val make :
?recommenderName:??? ->
?recommenderRecipeName:??? ->
?recommenderSchemaName:??? ->
?recommenderConfig:??? ->
?description:??? ->
?status:??? ->
?lastUpdatedAt:??? ->
?createdAt:??? ->
?failureReason:??? ->
?latestRecommenderUpdate:??? ->
?trainingMetrics:??? ->
?tags:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Map of
([> `Enum of string ] * [> `Double of Double.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `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 ]