GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig constructor
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig({
- Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? attributionScoreDriftThresholds, - GoogleCloudAiplatformV1ThresholdConfig? defaultDriftThreshold,
- Map<
String, GoogleCloudAiplatformV1ThresholdConfig> ? driftThresholds,
Implementation
GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigPredictionDriftDetectionConfig({
this.attributionScoreDriftThresholds,
this.defaultDriftThreshold,
this.driftThresholds,
});