diff --git a/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py b/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py index 489171579a0b..474dc1264c0a 100644 --- a/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py +++ b/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py @@ -162,9 +162,6 @@ def _get_default_thresholds(cls) -> "CategoricalDriftMetrics": jensen_shannon_distance=0.1, ) - def get_name_and_threshold(self) -> Tuple: - return self._find_name_and_threshold() - class DataDriftMetricThreshold(MetricThreshold): """Data drift metric threshold