GuardrailConverseImageSource
module-attribute
¶
GuardrailConverseImageSource = Union[GuardrailConverseImageSourceBytes | GuardrailConverseImageSourceUnknown]
The image source (image bytes) of the guardrail converse image source.
Union Members¶
GuardrailConverseImageSourceBytes
dataclass
¶
The raw image bytes for the image.
Source code in src/aws_sdk_bedrock_runtime/models.py
6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 | |
GuardrailConverseImageSourceUnknown
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
6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 | |