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.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class RerankingMetadataSelectiveModeConfiguration
The RerankingMetadataSelectiveModeConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
RerankingMetadataSelectiveModeConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
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. |
.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