Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation

AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation

Structure Class

AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation dataclass

An annotation for adding a new rule to the policy by converting a natural language description into a formal logical expression.

Attributes

natural_language class-attribute instance-attribute
natural_language: str = field(repr=False)

The natural language description of the rule that should be converted into a formal logical expression.