Configuration for exporting test set predictions to a
BigQuery table.
Attributes
Name
Description
destination_bigquery_uri
str
URI of desired destination BigQuery table. If not specified,
then results are exported to the following auto-created
BigQuery table:
override_existing_table
bool
If true and an export destination is
specified, then the contents of the destination
will be overwritten. Otherwise, if the export
destination already exists, then the export
operation will not trigger and a failure
response is returned.