Values.InvokeModelWithBidirectionalStreamOutputSourceOutput from the bidirectional stream that was used for model invocation.
type nonrec t = {chunk : BidirectionalOutputPayloadPart.t option;The speech chunk that was provided as output from the invocation step.
*)internalServerException : InternalServerException.t option;The request encountered an unknown internal error.
*)modelStreamErrorException : ModelStreamErrorException.t option;The request encountered an error with the model stream.
*)validationException : ValidationException.t option;The input fails to satisfy the constraints specified by an Amazon Web Services service.
*)throttlingException : ThrottlingException.t option;The request was denied due to request throttling.
*)modelTimeoutException : ModelTimeoutException.t option;The connection was closed because a request was not received within the timeout period.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of PartBody.t
| `Integer of StatusCode.t
| `String of NonBlankString.t ])
list ])
list ]