Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation

AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation

Structure Class

AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation dataclass

An annotation for updating the policy based on feedback about how specific rules performed during testing or real-world usage.

Attributes

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

The feedback information about rule performance, including suggestions for improvements or corrections.

rule_ids class-attribute instance-attribute
rule_ids: list[str] | None = None

The list of rule identifiers that the feedback applies to.