GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig constructor

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig({
  1. Map<String, GoogleCloudAiplatformV1ThresholdConfig>? attributionScoreDriftThresholds,
  2. GoogleCloudAiplatformV1ThresholdConfig? defaultDriftThreshold,
  3. Map<String, GoogleCloudAiplatformV1ThresholdConfig>? driftThresholds,
})

Implementation

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig({
  this.attributionScoreDriftThresholds,
  this.defaultDriftThreshold,
  this.driftThresholds,
});