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

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

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

A response from a batch search operation.

Inheritance

object > BatchSearchDataObjectsResponse

Namespace

Google.Cloud.VectorSearch.V1

Assembly

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