PredictRequestResponseLoggingConfig constructor
PredictRequestResponseLoggingConfig({
- bool enabled = false,
- double samplingRate = 0,
- BigQueryDestination? bigqueryDestination,
- String requestResponseLoggingSchemaVersion = '',
- bool enableOtelLogging = false,
Implementation
PredictRequestResponseLoggingConfig({
this.enabled = false,
this.samplingRate = 0,
this.bigqueryDestination,
this.requestResponseLoggingSchemaVersion = '',
this.enableOtelLogging = false,
}) : super(fullyQualifiedName);