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.

Configuration for how metadata should be used during the reranking process in Knowledge Base vector searches. This determines which metadata fields are included or excluded when reordering search results.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.MetadataConfigurationForReranking

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

Syntax

C#
public class MetadataConfigurationForReranking

The MetadataConfigurationForReranking type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property SelectionMode Amazon.Bedrock.RerankingMetadataSelectionMode

Gets and sets the property SelectionMode.

The mode for selecting which metadata fields to include in the reranking process. Valid values are ALL (use all available metadata fields) or SELECTIVE (use only specified fields).

Public Property SelectiveModeConfiguration Amazon.Bedrock.Model.RerankingMetadataSelectiveModeConfiguration

Gets and sets the property SelectiveModeConfiguration.

Configuration for selective mode, which allows you to explicitly include or exclude specific metadata fields during reranking. This is only used when selectionMode is set to SELECTIVE.

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