ConverseOutput
module-attribute
¶
ConverseOutput = Union[ConverseOutputMessage | ConverseOutputUnknown]
The output from a call to Converse.
Union Members¶
ConverseOutputMessage
dataclass
¶
The message that the model generates.
Source code in src/aws_sdk_bedrock_runtime/models.py
9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 | |
ConverseOutputUnknown
dataclass
¶
Represents an unknown variant.
If you receive this value, you will need to update your library to receive the parsed value.
This value may not be deliberately sent.
Source code in src/aws_sdk_bedrock_runtime/models.py
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783 9784 | |