GuardrailConverseImageBlock
dataclass
¶
An image block that contains images that you want to assess with a guardrail.
Source code in src/aws_sdk_bedrock_runtime/models.py
7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 | |
Attributes¶
format
instance-attribute
¶
format: str
The format details for the image type of the guardrail converse image block.
source
class-attribute
instance-attribute
¶
source: GuardrailConverseImageSource = field(repr=False)
The image source (image bytes) of the guardrail converse image block.