public sealed class Ranker : IMessage<Ranker>, IEquatable<Ranker>, IDeepCloneable<Ranker>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class Ranker.
Defines a ranker to combine results from multiple searches.
Namespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
Ranker()
public Ranker()Ranker(Ranker)
public Ranker(Ranker other)| Parameter | |
|---|---|
| Name | Description |
other |
Ranker |
Properties
RankerCase
public Ranker.RankerOneofCase RankerCase { get; }| Property Value | |
|---|---|
| Type | Description |
RankerRankerOneofCase |
|
Rrf
public ReciprocalRankFusion Rrf { get; set; }Reciprocal Rank Fusion ranking.
| Property Value | |
|---|---|
| Type | Description |
ReciprocalRankFusion |
|
Vertex
public VertexRanker Vertex { get; set; }Vertex AI ranking.
| Property Value | |
|---|---|
| Type | Description |
VertexRanker |
|