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
- (::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions) — Optional. Options for combining the results of the batch search operations.
#combine=
def combine=(value) -> ::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions
Parameter
- value (::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions) — Optional. Options for combining the results of the batch search operations.
Returns
- (::Google::Cloud::VectorSearch::V1::BatchSearchDataObjectsRequest::CombineResultsOptions) — Optional. Options for combining the results of the batch search operations.
#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
- (::Array<::Google::Cloud::VectorSearch::V1::Search>) — Required. A list of search requests to execute in parallel.
#searches=
def searches=(value) -> ::Array<::Google::Cloud::VectorSearch::V1::Search>
Parameter
- value (::Array<::Google::Cloud::VectorSearch::V1::Search>) — Required. A list of search requests to execute in parallel.
Returns
- (::Array<::Google::Cloud::VectorSearch::V1::Search>) — Required. A list of search requests to execute in parallel.