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 reranking vector search results to improve relevance. Reranking applies additional relevance models to reorder the initial vector search results based on more sophisticated criteria.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.VectorSearchRerankingConfiguration

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

Syntax

C#
public class VectorSearchRerankingConfiguration

The VectorSearchRerankingConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BedrockRerankingConfiguration Amazon.Bedrock.Model.VectorSearchBedrockRerankingConfiguration

Gets and sets the property BedrockRerankingConfiguration.

Configuration for using Amazon Bedrock foundation models to rerank search results. This is required when the reranking type is set to BEDROCK.

Public Property Type Amazon.Bedrock.VectorSearchRerankingConfigurationType

Gets and sets the property Type.

The type of reranking to apply to vector search results. Currently, the only supported value is BEDROCK, which uses Amazon Bedrock foundation models for 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