Skip to content

Bedrock Runtime  >  Unions  >  GuardrailContentBlock

GuardrailContentBlock

Union Type

GuardrailContentBlock module-attribute

The content block to be evaluated by the guardrail.

Union Member Types

GuardrailContentBlockText dataclass

Text within content block to be evaluated by the guardrail.

Attributes

value instance-attribute

GuardrailContentBlockImage dataclass

Image within guardrail content block to be evaluated by the guardrail.

Attributes

value instance-attribute

GuardrailContentBlockUnknown 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.

Attributes

tag instance-attribute
tag: str