Class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig
Configuration for exporting test set predictions to a BigQuery table.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig : IDirectResponseSchema
Properties
DestinationBigqueryUri
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
Declaration
[JsonProperty("destinationBigqueryUri")]
public virtual string DestinationBigqueryUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OverrideExistingTable
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.
Declaration
[JsonProperty("overrideExistingTable")]
public virtual bool? OverrideExistingTable { get; set; }
Property Value
Type | Description |
---|---|
bool? |