Class BatchCreateDataObjectsRequest (0.3.0)

BatchCreateDataObjectsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for DataObjectService.BatchCreateDataObjects.

Attributes

Name Description
parent str
Required. The resource name of the Collection to create the DataObjects in. Format: projects/{project}/locations/{location}/collections/{collection}. The parent field in the CreateDataObjectRequest messages must match this field.
requests MutableSequence[google.cloud.vectorsearch_v1beta.types.CreateDataObjectRequest]
Required. The request message specifying the resources to create. A maximum of 1000 DataObjects can be created in a batch.