bigqueryDestination property

GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination
getter/setter pair

BigQuery table for logging.

If only given a project, a new dataset will be created with name logging__ where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name request_response_logging

Implementation

GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination;