Skip to content

Bedrock Runtime  >  Structures  >  GuardrailAutomatedReasoningStatement

GuardrailAutomatedReasoningStatement

Structure Class

GuardrailAutomatedReasoningStatement dataclass

A logical statement that includes both formal logic representation and natural language explanation.

Attributes

logic class-attribute instance-attribute
logic: str | None = field(repr=False, default=None)

The formal logical representation of the statement.

natural_language class-attribute instance-attribute
natural_language: str | None = field(repr=False, default=None)

The natural language explanation of the logical statement.