Ai Endpoint Predict Request Response Logging Config
data class AiEndpointPredictRequestResponseLoggingConfig(val bigqueryDestination: AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination? = null, val enabled: Boolean? = null, val samplingRate: Double? = null)
Constructors
Link copied to clipboard
constructor(bigqueryDestination: AiEndpointPredictRequestResponseLoggingConfigBigqueryDestination? = null, enabled: Boolean? = null, samplingRate: Double? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Percentage of requests to be logged, expressed as a fraction in range(0,1]