Class GcsOutputConfig (2.4.1)

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

The configuration used when outputting documents.

Attributes

NameDescription
gcs_uri str
The Cloud Storage uri (a directory) of the output.
field_mask google.protobuf.field_mask_pb2.FieldMask
Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of {document_field_name} or pages.{page_field_name}.