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.
A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicyMutation
The AutomatedReasoningPolicyMutation type exposes the following members
Name | Description | |
---|---|---|
![]() |
AutomatedReasoningPolicyMutation() |
Name | Type | Description | |
---|---|---|---|
![]() |
AddRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddRuleMutation |
Gets and sets the property AddRule. A mutation to add a new rule to the policy. |
![]() |
AddType | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddTypeMutation |
Gets and sets the property AddType. A mutation to add a new custom type to the policy. |
![]() |
AddVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyAddVariableMutation |
Gets and sets the property AddVariable. A mutation to add a new variable to the policy. |
![]() |
DeleteRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteRuleMutation |
Gets and sets the property DeleteRule. A mutation to remove a rule from the policy. |
![]() |
DeleteType | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteTypeMutation |
Gets and sets the property DeleteType. A mutation to remove a custom type from the policy. |
![]() |
DeleteVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteVariableMutation |
Gets and sets the property DeleteVariable. A mutation to remove a variable from the policy. |
![]() |
UpdateRule | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateRuleMutation |
Gets and sets the property UpdateRule. A mutation to modify an existing rule in the policy. |
![]() |
UpdateType | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateTypeMutation |
Gets and sets the property UpdateType. A mutation to modify an existing custom type in the policy. |
![]() |
UpdateVariable | Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateVariableMutation |
Gets and sets the property UpdateVariable. A mutation to modify an existing variable in the policy. |
.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