GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig constructor
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig({
- Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? attributionScoreSkewThresholds, - GoogleCloudAiplatformV1ThresholdConfig? defaultSkewThreshold,
- Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? skewThresholds,
Implementation
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingPredictionSkewDetectionConfig({
this.attributionScoreSkewThresholds,
this.defaultSkewThreshold,
this.skewThresholds,
});