GuardrailCoverage
dataclass
¶
The action of the guardrail coverage details.
Source code in src/aws_sdk_bedrock_runtime/models.py
4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 | |
Attributes¶
images
class-attribute
instance-attribute
¶
images: GuardrailImageCoverage | None = None
The guardrail coverage for images (the number of images that guardrails guarded).
text_characters
class-attribute
instance-attribute
¶
text_characters: GuardrailTextCharactersCoverage | None = None
The text characters of the guardrail coverage details.