Configures the output of
BatchPredictionJob.
See
Model.supported_output_storage_formats
for supported output formats, and how predictions are expressed via
any of them.
Attributes
Name
Description
gcs_destination
`.io.GcsDestination`
The Google Cloud Storage location of the directory where the
output is to be written to. In the given directory a new
directory is created. Its name is
``prediction-
bigquery_destination
`.io.BigQueryDestination`
The BigQuery project location where the output is to be
written to. In the given project a new dataset is created
with name
``prediction_
predictions_format
str
Required. The format in which AI Platform gives the
predictions, must be one of the
[Model's][google.cloud.aiplatform.v1beta1.BatchPredictionJob.model]
``supported_output_storage_formats``.