public sealed class BatchSearchDataObjectsResponse : IMessage<BatchSearchDataObjectsResponse>, IEquatable<BatchSearchDataObjectsResponse>, IDeepCloneable<BatchSearchDataObjectsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vector Search v1 API class BatchSearchDataObjectsResponse.
A response from a batch search operation.
Implements
IMessageBatchSearchDataObjectsResponse, IEquatableBatchSearchDataObjectsResponse, IDeepCloneableBatchSearchDataObjectsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VectorSearch.V1Assembly
Google.Cloud.VectorSearch.V1.dll
Constructors
BatchSearchDataObjectsResponse()
public BatchSearchDataObjectsResponse()BatchSearchDataObjectsResponse(BatchSearchDataObjectsResponse)
public BatchSearchDataObjectsResponse(BatchSearchDataObjectsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchSearchDataObjectsResponse |
Properties
Results
public RepeatedField<SearchDataObjectsResponse> Results { get; }Output only. A list of search responses, one for each request in the batch. If a ranker is used, a single ranked list of results is returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSearchDataObjectsResponse |
|