bigquery Destination
suspend fun bigqueryDestination(value: Output<AiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationArgs>)
suspend fun bigqueryDestination(value: AiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationArgs?)
Parameters
value
BigQuery table for logging. If only given a project, a new dataset will be created with name logging_<endpoint-display-name>_<endpoint-id>
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
Structure is documented below.
suspend fun bigqueryDestination(argument: suspend AiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationArgsBuilder.() -> Unit)
Parameters
argument
BigQuery table for logging. If only given a project, a new dataset will be created with name logging_<endpoint-display-name>_<endpoint-id>
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
Structure is documented below.