PredictRequestResponseLoggingConfig constructor

PredictRequestResponseLoggingConfig({
  1. bool enabled = false,
  2. double samplingRate = 0,
  3. BigQueryDestination? bigqueryDestination,
  4. String requestResponseLoggingSchemaVersion = '',
  5. bool enableOtelLogging = false,
})

Implementation

PredictRequestResponseLoggingConfig({
  this.enabled = false,
  this.samplingRate = 0,
  this.bigqueryDestination,
  this.requestResponseLoggingSchemaVersion = '',
  this.enableOtelLogging = false,
}) : super(fullyQualifiedName);