Class BatchInputConfig (2.0.1)

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

The message for input config in batch process.

Attributes

NameDescription
gcs_source str
The Cloud Storage location as the source of the document.
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.

Inheritance

builtins.object > proto.message.Message > BatchInputConfig