Values.DescribeBatchPredictionsOutputSourceRepresents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPredictions.
type nonrec t = {results : BatchPredictions.t option;A list of BatchPrediction objects 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
| `Long of LongType.t
| `String of EntityId.t
| `Timestamp of EpochTime.t ])
list ]
list
| `String of StringType.t ])
list ]