Class BatchDatasetDocuments (2.27.0)

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

Dataset documents that the batch operation will be applied to.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
individual_document_ids google.cloud.documentai_v1beta3.types.BatchDatasetDocuments.IndividualDocumentIds
Document identifiers. This field is a member of oneof_ criteria.
filter str
A filter matching the documents. Follows the same format and restriction as [google.cloud.documentai.master.ListDocumentsRequest.filter]. This field is a member of oneof_ criteria.

Classes

IndividualDocumentIds

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

List of individual DocumentIds.