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.
An annotation for adding a new custom type to an Automated Reasoning policy, defining a set of possible values for variables.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class AutomatedReasoningPolicyAddTypeAnnotation
The AutomatedReasoningPolicyAddTypeAnnotation type exposes the following members
Name | Description | |
---|---|---|
![]() |
AutomatedReasoningPolicyAddTypeAnnotation() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. A description of what the custom type represents and how it should be used in the policy. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the new custom type. This name will be used to reference the type in variable definitions and rules. |
![]() |
Values | System.Collections.Generic.List<Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionTypeValue> |
Gets and sets the property Values. The list of possible values that variables of this type can take, each with its own description and identifier. |
.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