bigqueryDestination property
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___
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___.training" *
AIP_VALIDATION_DATA_URI = "bigquery_destination.dataset___.validation" *
AIP_TEST_DATA_URI = "bigquery_destination.dataset___.test"
Implementation
GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination;