public interface RankerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRankerCase()
public abstract Ranker.RankerCase getRankerCase()| Returns | |
|---|---|
| Type | Description |
Ranker.RankerCase |
|
getRrf()
public abstract ReciprocalRankFusion getRrf()Reciprocal Rank Fusion ranking.
.google.cloud.vectorsearch.v1beta.ReciprocalRankFusion rrf = 1;
| Returns | |
|---|---|
| Type | Description |
ReciprocalRankFusion |
The rrf. |
getRrfOrBuilder()
public abstract ReciprocalRankFusionOrBuilder getRrfOrBuilder()Reciprocal Rank Fusion ranking.
.google.cloud.vectorsearch.v1beta.ReciprocalRankFusion rrf = 1;
| Returns | |
|---|---|
| Type | Description |
ReciprocalRankFusionOrBuilder |
|
getVertex()
public abstract VertexRanker getVertex()Vertex AI ranking.
.google.cloud.vectorsearch.v1beta.VertexRanker vertex = 2;
| Returns | |
|---|---|
| Type | Description |
VertexRanker |
The vertex. |
getVertexOrBuilder()
public abstract VertexRankerOrBuilder getVertexOrBuilder()Vertex AI ranking.
.google.cloud.vectorsearch.v1beta.VertexRanker vertex = 2;
| Returns | |
|---|---|
| Type | Description |
VertexRankerOrBuilder |
|
hasRrf()
public abstract boolean hasRrf()Reciprocal Rank Fusion ranking.
.google.cloud.vectorsearch.v1beta.ReciprocalRankFusion rrf = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rrf field is set. |
hasVertex()
public abstract boolean hasVertex()Vertex AI ranking.
.google.cloud.vectorsearch.v1beta.VertexRanker vertex = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vertex field is set. |