Class ExportEvaluatedDataItemsConfig (1.23.0)

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

Configuration for exporting test set predictions to a BigQuery table.

Attributes

Name
Description
destination_bigquery_uri
str
URI of desired destination BigQuery table. Expected format: bq://
override_existing_table
bool
If true and an export destination is specified, then the contents of the destination are overwritten. Otherwise, if the export destination already exists, then the export operation fails.

Inheritance

builtins.object > proto.message.Message > ExportEvaluatedDataItemsConfig

Methods

ExportEvaluatedDataItemsConfig

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

Configuration for exporting test set predictions to a BigQuery table.