ConverseStreamOutput¶
Union Type¶
ConverseStreamOutput
module-attribute
¶
ConverseStreamOutput = Union[ConverseStreamOutputMessageStart | ConverseStreamOutputContentBlockStart | ConverseStreamOutputContentBlockDelta | ConverseStreamOutputContentBlockStop | ConverseStreamOutputMessageStop | ConverseStreamOutputMetadata | ConverseStreamOutputInternalServerException | ConverseStreamOutputModelStreamErrorException | ConverseStreamOutputValidationException | ConverseStreamOutputThrottlingException | ConverseStreamOutputServiceUnavailableException | ConverseStreamOutputUnknown]
The messages output stream
Union Member Types¶
ConverseStreamOutputContentBlockStart
dataclass
¶
Start information for a content block.
Attributes¶
ConverseStreamOutputContentBlockDelta
dataclass
¶
The messages output content block delta.
Attributes¶
ConverseStreamOutputInternalServerException
dataclass
¶
An internal server error occurred. Retry your request.
Attributes¶
ConverseStreamOutputModelStreamErrorException
dataclass
¶
A streaming error occurred. Retry your request.
Attributes¶
ConverseStreamOutputValidationException
dataclass
¶
The input fails to satisfy the constraints specified by Amazon Bedrock. For troubleshooting this error, see ValidationError in the Amazon Bedrock User Guide.
Attributes¶
ConverseStreamOutputThrottlingException
dataclass
¶
Your request was denied due to exceeding the account quotas for Amazon Bedrock. For troubleshooting this error, see ThrottlingException in the Amazon Bedrock User Guide.
Attributes¶
ConverseStreamOutputServiceUnavailableException
dataclass
¶
The service isn't currently available. For troubleshooting this error, see ServiceUnavailable in the Amazon Bedrock User Guide