AutomatedReasoningPolicyAnnotation¶
Union Type¶
AutomatedReasoningPolicyAnnotation
module-attribute
¶
AutomatedReasoningPolicyAnnotation = Union[AutomatedReasoningPolicyAnnotationAddType | AutomatedReasoningPolicyAnnotationUpdateType | AutomatedReasoningPolicyAnnotationDeleteType | AutomatedReasoningPolicyAnnotationAddVariable | AutomatedReasoningPolicyAnnotationUpdateVariable | AutomatedReasoningPolicyAnnotationDeleteVariable | AutomatedReasoningPolicyAnnotationAddRule | AutomatedReasoningPolicyAnnotationUpdateRule | AutomatedReasoningPolicyAnnotationDeleteRule | AutomatedReasoningPolicyAnnotationAddRuleFromNaturalLanguage | AutomatedReasoningPolicyAnnotationUpdateFromRulesFeedback | AutomatedReasoningPolicyAnnotationUpdateFromScenarioFeedback | AutomatedReasoningPolicyAnnotationIngestContent | AutomatedReasoningPolicyAnnotationUnknown]
Contains the various operations that can be performed on an Automated Reasoning policy, including adding, updating, and deleting rules, variables, and types.
Union Member Types¶
AutomatedReasoningPolicyAnnotationAddType
dataclass
¶
An operation to add a new custom type to the policy, defining a set of possible values for policy variables.
Attributes¶
AutomatedReasoningPolicyAnnotationUpdateType
dataclass
¶
An operation to modify an existing custom type in the policy, such as changing its name, description, or allowed values.
Attributes¶
AutomatedReasoningPolicyAnnotationDeleteType
dataclass
¶
An operation to remove a custom type from the policy. The type must not be referenced by any variables or rules.
Attributes¶
AutomatedReasoningPolicyAnnotationAddVariable
dataclass
¶
An operation to add a new variable to the policy, which can be used in rule expressions to represent dynamic values.
Attributes¶
AutomatedReasoningPolicyAnnotationUpdateVariable
dataclass
¶
An operation to modify an existing variable in the policy, such as changing its name, type, or description.
Attributes¶
AutomatedReasoningPolicyAnnotationDeleteVariable
dataclass
¶
An operation to remove a variable from the policy. The variable must not be referenced by any rules.
Attributes¶
AutomatedReasoningPolicyAnnotationAddRule
dataclass
¶
An operation to add a new logical rule to the policy using formal mathematical expressions.
Attributes¶
AutomatedReasoningPolicyAnnotationUpdateRule
dataclass
¶
An operation to modify an existing rule in the policy, such as changing its logical expression or conditions.
Attributes¶
AutomatedReasoningPolicyAnnotationDeleteRule
dataclass
¶
An operation to remove a rule from the policy.
Attributes¶
AutomatedReasoningPolicyAnnotationAddRuleFromNaturalLanguage
dataclass
¶
An operation to add a new rule by converting natural language descriptions into formal logical expressions.
Attributes¶
AutomatedReasoningPolicyAnnotationUpdateFromRulesFeedback
dataclass
¶
An operation to update the policy based on feedback about how specific rules performed during testing or validation.
Attributes¶
AutomatedReasoningPolicyAnnotationUpdateFromScenarioFeedback
dataclass
¶
An operation to update the policy based on feedback about how it performed on specific test scenarios.