Vector Search V1 API - Class Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions (v0.1.0)

Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions.

Options for combining the results of the batch search operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_fields

def output_fields() -> ::Google::Cloud::VectorSearch::V1::OutputFields
Returns

#output_fields=

def output_fields=(value) -> ::Google::Cloud::VectorSearch::V1::OutputFields
Parameter
Returns

#ranker

def ranker() -> ::Google::Cloud::VectorSearch::V1::Ranker
Returns

#ranker=

def ranker=(value) -> ::Google::Cloud::VectorSearch::V1::Ranker
Parameter
Returns

#top_k

def top_k() -> ::Integer
Returns
  • (::Integer) — Optional. The number of results to return. If not set, a default value will be used.

#top_k=

def top_k=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The number of results to return. If not set, a default value will be used.
Returns
  • (::Integer) — Optional. The number of results to return. If not set, a default value will be used.