Class OutputInfo (1.1.1)

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

Further describes this job's output. Supplements output_config.

Attributes

NameDescription
gcs_output_directory str
Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.
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.

Inheritance

builtins.object > proto.message.Message > OutputInfo