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 selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.RerankingMetadataSelectiveModeConfiguration

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

Syntax

C#
public class RerankingMetadataSelectiveModeConfiguration

The RerankingMetadataSelectiveModeConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FieldsToExclude System.Collections.Generic.List<Amazon.Bedrock.Model.FieldForReranking>

Gets and sets the property FieldsToExclude.

A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.

Public Property FieldsToInclude System.Collections.Generic.List<Amazon.Bedrock.Model.FieldForReranking>

Gets and sets the property FieldsToInclude.

A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.

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