Class ExportEvaluatedDataItemsConfig (2.1.0)

public sealed class ExportEvaluatedDataItemsConfig : IMessage<ExportEvaluatedDataItemsConfig>, IEquatable<ExportEvaluatedDataItemsConfig>, IDeepCloneable<ExportEvaluatedDataItemsConfig>, IBufferMessage, IMessage

Configuration for exporting test set predictions to a BigQuery table.

Inheritance

Object > ExportEvaluatedDataItemsConfig

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportEvaluatedDataItemsConfig()

public ExportEvaluatedDataItemsConfig()

ExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig)

public ExportEvaluatedDataItemsConfig(ExportEvaluatedDataItemsConfig other)
Parameter
NameDescription
otherExportEvaluatedDataItemsConfig

Properties

DestinationBigqueryUri

public string DestinationBigqueryUri { get; set; }

URI of desired destination BigQuery table. Expected format: bq://<project_id>:<dataset_id>:<table>

If not specified, then results are exported to the following auto-created BigQuery table: <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples

Property Value
TypeDescription
String

OverrideExistingTable

public bool OverrideExistingTable { get; set; }

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.

Property Value
TypeDescription
Boolean