GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig constructor

GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig({
  1. GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination,
  2. bool? enabled,
  3. double? samplingRate,
})

Implementation

GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig({
  this.bigqueryDestination,
  this.enabled,
  this.samplingRate,
});