Class Output (1.4.0)

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

Location of output file(s) in a Cloud Storage bucket.

Attribute

NameDescription
uri str
URI for the output file(s). For example, ``gs://my-bucket/outputs/``. If empty, the value is populated from ``Job.output_uri``. See `Supported input and output formats

Inheritance

builtins.object > proto.message.Message > Output