AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyAnnotation

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class AutomatedReasoningPolicyAnnotation

The AutomatedReasoningPolicyAnnotation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property DeleteRule Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteRuleAnnotation

Gets and sets the property DeleteRule.

An operation to remove a rule from the policy.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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