Values.DescribeMLModelsOutputSourceRepresents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.
type nonrec t = {results : MLModels.t option;A list of MLModel that meet the search criteria.
*)nextToken : StringType.t option;The ID of the next page in the paginated results that indicates at least one more page follows.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of ScoreThreshold.t
| `Long of LongType.t
| `Map of
([> `String of StringType.t ]
* [> `String of StringType.t ])
list
| `String of EntityId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of IntegerType.t
| `String of VipURL.t
| `Timestamp of EpochTime.t ])
list
| `Timestamp of EpochTime.t ])
list ]
list
| `String of StringType.t ])
list ]