Interface BatchSearchDataObjectsRequest.CombineResultsOptionsOrBuilder (0.1.0)

public static interface BatchSearchDataObjectsRequest.CombineResultsOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputFields()

public abstract OutputFields getOutputFields()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputFields

The outputFields.

getOutputFieldsOrBuilder()

public abstract OutputFieldsOrBuilder getOutputFieldsOrBuilder()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputFieldsOrBuilder

getRanker()

public abstract Ranker getRanker()

Required. The ranker to use for combining the results.

.google.cloud.vectorsearch.v1beta.Ranker ranker = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Ranker

The ranker.

getRankerOrBuilder()

public abstract RankerOrBuilder getRankerOrBuilder()

Required. The ranker to use for combining the results.

.google.cloud.vectorsearch.v1beta.Ranker ranker = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RankerOrBuilder

getTopK()

public abstract int getTopK()

Optional. The number of results to return. If not set, a default value will be used.

int32 top_k = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The topK.

hasOutputFields()

public abstract boolean hasOutputFields()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the outputFields field is set.

hasRanker()

public abstract boolean hasRanker()

Required. The ranker to use for combining the results.

.google.cloud.vectorsearch.v1beta.Ranker ranker = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ranker field is set.