Vector Search v1 API - Class BatchSearchDataObjectsRequest (1.0.0-beta01)

public sealed class BatchSearchDataObjectsRequest : IMessage<BatchSearchDataObjectsRequest>, IEquatable<BatchSearchDataObjectsRequest>, IDeepCloneable<BatchSearchDataObjectsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vector Search v1 API class BatchSearchDataObjectsRequest.

A request to perform a batch of search operations.

Inheritance

object > BatchSearchDataObjectsRequest

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

BatchSearchDataObjectsRequest()

public BatchSearchDataObjectsRequest()

BatchSearchDataObjectsRequest(BatchSearchDataObjectsRequest)

public BatchSearchDataObjectsRequest(BatchSearchDataObjectsRequest other)
Parameter
Name Description
other BatchSearchDataObjectsRequest

Properties

Combine

public BatchSearchDataObjectsRequest.Types.CombineResultsOptions Combine { get; set; }

Optional. Options for combining the results of the batch search operations.

Property Value
Type Description
BatchSearchDataObjectsRequestTypesCombineResultsOptions

Parent

public string Parent { get; set; }

Required. The resource name of the Collection for which to search. Format: projects/{project}/locations/{location}/collections/{collection}

Property Value
Type Description
string

ParentAsCollectionName

public CollectionName ParentAsCollectionName { get; set; }

CollectionName-typed view over the Parent resource name property.

Property Value
Type Description
CollectionName

Searches

public RepeatedField<Search> Searches { get; }

Required. A list of search requests to execute in parallel.

Property Value
Type Description
RepeatedFieldSearch