public sealed class BatchSearchDataObjectsRequest : IMessage<BatchSearchDataObjectsRequest>, IEquatable<BatchSearchDataObjectsRequest>, IDeepCloneable<BatchSearchDataObjectsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class BatchSearchDataObjectsRequest.
A request to perform a batch of search operations.
Implements
IMessageBatchSearchDataObjectsRequest, IEquatableBatchSearchDataObjectsRequest, IDeepCloneableBatchSearchDataObjectsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
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 |
|