partialFailureBigquerySink property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The BigQuery destination to write partial failures 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. Deprecated. Prefer to use import_result_bq_sink
.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
GoogleCloudAiplatformV1BigQueryDestination? partialFailureBigquerySink;