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

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

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

Response message for [DataObjectService.BatchCreateDataObjects][google.cloud.vectorsearch.v1.DataObjectService.BatchCreateDataObjects].

Inheritance

object > BatchCreateDataObjectsResponse

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

BatchCreateDataObjectsResponse()

public BatchCreateDataObjectsResponse()

BatchCreateDataObjectsResponse(BatchCreateDataObjectsResponse)

public BatchCreateDataObjectsResponse(BatchCreateDataObjectsResponse other)
Parameter
Name Description
other BatchCreateDataObjectsResponse

Properties

DataObjects

public RepeatedField<DataObject> DataObjects { get; }

Output only. DataObjects created.

Property Value
Type Description
RepeatedFieldDataObject