importResultBigquerySink property

GoogleCloudAiplatformV1BigQueryDestination? importResultBigquerySink
getter/setter pair

The BigQuery destination to write import result to.

It should be a bigquery table resource name (e.g. "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the table does not exist, it will be created with the expected schema. If the table exists, the schema will be validated and data will be added to this existing table.

Implementation

GoogleCloudAiplatformV1BigQueryDestination? importResultBigquerySink;