Skip to content

Bedrock Runtime  >  Enums  >  GuardrailChecksRole

GuardrailChecksRole

Enum Class

GuardrailChecksRole

Bases: UnknownEnumMixin, StrEnum

The role of the message sender in the conversation.

Attributes

ASSISTANT class-attribute instance-attribute
ASSISTANT = 'assistant'
SYSTEM class-attribute instance-attribute
SYSTEM = 'system'
USER class-attribute instance-attribute
USER = 'user'