bigqueryDestination property

BigQueryDestination? bigqueryDestination
final

Only applicable to custom training with tabular Dataset with BigQuery source.

The BigQuery project location where the training data is to be written to. In the given project a new dataset is created with name dataset_<dataset-id>_<annotation-type>_<timestamp-of-training-call> where timestamp is in YYYY_MM_DDThh_mm_ss_sssZ format. All training input data is written into that dataset. In the dataset three tables are created, training, validation and test.

  • AIP_DATA_FORMAT = "bigquery".

  • AIP_TRAINING_DATA_URI = "bigquery_destination.dataset_

  • AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset_

  • AIP_TEST_DATA_URI = "bigquery_destination.dataset_

Implementation

final BigQueryDestination? bigqueryDestination;