Class BatchDeleteDocumentsRequest (2.27.0)

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

Attributes

NameDescription
dataset str
Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset
dataset_documents google.cloud.documentai_v1beta3.types.BatchDatasetDocuments
Required. Dataset documents input. If given filter, all documents satisfying the filter will be deleted. If given documentIds, a maximum of 50 documents can be deleted in a batch. The request will be rejected if more than 50 document_ids are provided.