Skip to content

Bedrock  >  Structures  >  AutomatedReasoningCheckLogicWarning

AutomatedReasoningCheckLogicWarning

Structure Class

AutomatedReasoningCheckLogicWarning dataclass

Identifies logical issues in the translated statements that exist independent of any policy rules, such as statements that are always true or always false.

Attributes

claims class-attribute instance-attribute
claims: list[AutomatedReasoningLogicStatement] | None = None

The logical statements that are validated while assuming the policy and premises.

premises class-attribute instance-attribute
premises: list[AutomatedReasoningLogicStatement] | None = None

The logical statements that serve as premises under which the claims are validated.

type class-attribute instance-attribute

The category of the detected logical issue, such as statements that are always true or always false.