Class BatchPredictOutputInfo (2.10.0)

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

Further describes this batch predict's output. Supplements

BatchPredictOutputConfig.

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
The full path of the Google Cloud Storage directory created, into which the prediction output is written. This field is a member of oneof_ output_location.
bigquery_output_dataset str
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.