GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig constructor

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig({
  1. Map<String, GoogleCloudAiplatformV1ThresholdConfig>? attributionScoreSkewThresholds,
  2. GoogleCloudAiplatformV1ThresholdConfig? defaultSkewThreshold,
  3. Map<String, GoogleCloudAiplatformV1ThresholdConfig>? skewThresholds,
})

Implementation

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig({
  this.attributionScoreSkewThresholds,
  this.defaultSkewThreshold,
  this.skewThresholds,
});