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 the Amazon Bedrock foundation model used for reranking vector search results. This specifies which model to use and any additional parameters required by the model.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.VectorSearchBedrockRerankingModelConfiguration

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

Syntax

C#
public class VectorSearchBedrockRerankingModelConfiguration

The VectorSearchBedrockRerankingModelConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AdditionalModelRequestFields System.Collections.Generic.Dictionary<System.String, Amazon.Runtime.Documents.Document>

Gets and sets the property AdditionalModelRequestFields.

A list of additional fields to include in the model request during reranking. These fields provide extra context or configuration options specific to the selected foundation model.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

The Amazon Resource Name (ARN) of the foundation model to use for reranking. This model processes the query and search results to determine a more relevant ordering.

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