Class ExportEvaluatedDataItemsConfig (0.5.1)

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

Configuration for exporting test set predictions to a BigQuery table.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > ExportEvaluatedDataItemsConfig