Class BatchInputConfig (0.5.2)

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

The message for input config in batch process. .. attribute:: gcs_source

The Cloud Storage location as the source of the document.

:type: str

Attribute

NameDescription
mime_type str
Mimetype of the input. If the input is a raw document, the supported mimetypes are application/pdf, image/tiff, and image/gif. If the input is a [Document] proto, the type should be application/json.