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.

Defines the schema for a metadata attribute used in Knowledge Base vector searches. Metadata attributes provide additional context for documents and can be used for filtering and reranking search results.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.MetadataAttributeSchema

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

Syntax

C#
public class MetadataAttributeSchema

The MetadataAttributeSchema type exposes the following members

Constructors

NameDescription
Public Method MetadataAttributeSchema()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

An optional description of the metadata attribute that provides additional context about its purpose and usage.

Public Property Key System.String

Gets and sets the property Key.

The unique identifier for the metadata attribute. This key is used to reference the attribute in filter expressions and reranking configurations.

Public Property Type Amazon.Bedrock.AttributeType

Gets and sets the property Type.

The data type of the metadata attribute. The type determines how the attribute can be used in filter expressions and reranking.

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