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

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

A request to perform a batch of search operations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#combine

def combine() -> ::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions
Returns

#combine=

def combine=(value) -> ::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Collection for which to search. Format: projects/{project}/locations/{location}/collections/{collection}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Collection for which to search. Format: projects/{project}/locations/{location}/collections/{collection}
Returns
  • (::String) — Required. The resource name of the Collection for which to search. Format: projects/{project}/locations/{location}/collections/{collection}

#searches

def searches() -> ::Array<::Google::Cloud::VectorSearch::V1::Search>
Returns

#searches=

def searches=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::Search>
Parameter
Returns