Values.CreateRecommenderSchemaResponseSourceCreates a recommender schema. A recommender schema defines the set of data columns available for training recommenders and filters under a domain.
type nonrec t = {recommenderSchemaArn : Arn.t option;The Amazon Resource Name (ARN) of the recommender schema.
*)recommenderSchemaName : Name.t option;The name of the recommender schema.
*)fields : RecommenderSchemaFields.t option;A map of dataset type to column definitions included in the schema.
*)createdAt : Timestamp.t option;The timestamp of when the recommender schema was created.
*)status : RecommenderSchemaStatus.t option;The status of the recommender schema.
*)}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 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
| `Map of
([> `String of String_.t ]
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Text.t ])
list ]
list
| `String of TagValue.t ])
list
| `String of Arn.t
| `Timestamp of Timestamp.t ])
list ]