Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::ExportEvaluatedDataItemsConfig (v0.7.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition::ExportEvaluatedDataItemsConfig.

Configuration for exporting test set predictions to a BigQuery table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination_bigquery_uri

def destination_bigquery_uri() -> ::String
Returns
  • (::String) — URI of desired destination BigQuery table. Expected format: bq://

#destination_bigquery_uri=

def destination_bigquery_uri=(value) -> ::String
Parameter
  • value (::String) — URI of desired destination BigQuery table. Expected format: bq://
Returns
  • (::String) — URI of desired destination BigQuery table. Expected format: bq://

#override_existing_table

def override_existing_table() -> ::Boolean
Returns
  • (::Boolean) — 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.

#override_existing_table=

def override_existing_table=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.