Class OutputInfo (1.11.0)

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

Further describes this job's output. Supplements output_config.

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
gcs_output_directory str
Output only. The full path of the Cloud Storage directory created, into which the prediction output is written. This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset str
Output only. The path of the BigQuery dataset created, in ``bq://projectId.bqDatasetId`` format, into which the prediction output is written. This field is a member of `oneof`_ ``output_location``.
bigquery_output_table str
Output only. The name of the BigQuery table created, in ``predictions_

Inheritance

builtins.object > proto.message.Message > OutputInfo