InvokeModelWithBidirectionalStreamInput
module-attribute
¶
InvokeModelWithBidirectionalStreamInput = Union[InvokeModelWithBidirectionalStreamInputChunk | InvokeModelWithBidirectionalStreamInputUnknown]
Payload content, the speech chunk, for the bidirectional input of the invocation step.
Union Members¶
InvokeModelWithBidirectionalStreamInputChunk
dataclass
¶
The audio chunk that is used as input for the invocation step.
Source code in src/aws_sdk_bedrock_runtime/models.py
12896 12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 12914 12915 | |
InvokeModelWithBidirectionalStreamInputUnknown
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
12918 12919 12920 12921 12922 12923 12924 12925 12926 12927 12928 12929 12930 12931 12932 12933 12934 12935 12936 12937 12938 | |