Class BatchUpdateDataObjectsRequest (0.11.0)

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

Request message for DataObjectService.BatchUpdateDataObjects.

Attributes

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