AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the various operations that can be performed on an Automated Reasoning policy, including adding, updating, and deleting rules, variables, and types.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicyAnnotation
The AutomatedReasoningPolicyAnnotation type exposes the following members
Name | Description | |
---|---|---|
![]() |
AutomatedReasoningPolicyAnnotation() |
Name | Type | Description | |
---|---|---|---|
![]() |
AddRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddRuleAnnotation |
Gets and sets the property AddRule. An operation to add a new logical rule to the policy using formal mathematical expressions. |
![]() |
AddRuleFromNaturalLanguage | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddRuleFromNaturalLanguageAnnotation |
Gets and sets the property AddRuleFromNaturalLanguage. An operation to add a new rule by converting natural language descriptions into formal logical expressions. |
![]() |
AddType | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddTypeAnnotation |
Gets and sets the property AddType. An operation to add a new custom type to the policy, defining a set of possible values for policy variables. |
![]() |
AddVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddVariableAnnotation |
Gets and sets the property AddVariable. An operation to add a new variable to the policy, which can be used in rule expressions to represent dynamic values. |
![]() |
DeleteRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteRuleAnnotation |
Gets and sets the property DeleteRule. An operation to remove a rule from the policy. |
![]() |
DeleteType | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteTypeAnnotation |
Gets and sets the property DeleteType. An operation to remove a custom type from the policy. The type must not be referenced by any variables or rules. |
![]() |
DeleteVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteVariableAnnotation |
Gets and sets the property DeleteVariable. An operation to remove a variable from the policy. The variable must not be referenced by any rules. |
![]() |
IngestContent | Amazon.Bedrock.Model.AutomatedReasoningPolicyIngestContentAnnotation |
Gets and sets the property IngestContent. An operation to process and incorporate new content into the policy, extracting additional rules and concepts. |
![]() |
UpdateFromRulesFeedback | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation |
Gets and sets the property UpdateFromRulesFeedback. An operation to update the policy based on feedback about how specific rules performed during testing or validation. |
![]() |
UpdateFromScenarioFeedback | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation |
Gets and sets the property UpdateFromScenarioFeedback. An operation to update the policy based on feedback about how it performed on specific test scenarios. |
![]() |
UpdateRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateRuleAnnotation |
Gets and sets the property UpdateRule. An operation to modify an existing rule in the policy, such as changing its logical expression or conditions. |
![]() |
UpdateType | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateTypeAnnotation |
Gets and sets the property UpdateType. An operation to modify an existing custom type in the policy, such as changing its name, description, or allowed values. |
![]() |
UpdateVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateVariableAnnotation |
Gets and sets the property UpdateVariable. An operation to modify an existing variable in the policy, such as changing its name, type, or description. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5