Class CombineResultsOptions (0.11.1)

CombineResultsOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for combining the results of the batch search operations.

Attributes

Name Description
ranker google.cloud.vectorsearch_v1.types.Ranker
Required. The ranker to use for combining the results.
output_fields google.cloud.vectorsearch_v1.types.OutputFields
Optional. Mask specifying which fields to return.
top_k int
Optional. The number of results to return. If not set, a default value will be used.