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.

An annotation for adding a new custom type to an Automated Reasoning policy, defining a set of possible values for variables.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyAddTypeAnnotation

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

Syntax

C#
public class AutomatedReasoningPolicyAddTypeAnnotation

The AutomatedReasoningPolicyAddTypeAnnotation type exposes the following members

Constructors

Properties

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

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

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

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