Values.ResponseStreamSourceDefinition of content in the response stream.
type nonrec t = {chunk : PayloadPart.t option;Content included in the response.
*)internalServerException : InternalServerException.t option;An internal server error occurred. Retry your request.
*)modelStreamErrorException : ModelStreamErrorException.t option;An error occurred while streaming the response. Retry your request.
*)validationException : ValidationException.t option;Input validation failed. Check your request parameters and retry the request.
*)throttlingException : ThrottlingException.t option;Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase Provisioned Throughput to increase the rate or number of tokens you can process.
*)modelTimeoutException : ModelTimeoutException.t option;The request took too long to process. Processing time exceeded the model timeout length.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of PartBody.t
| `Integer of StatusCode.t
| `String of NonBlankString.t ])
list ])
list ]