Skip to content

Commit a095911

Browse files
authored
MoMo api review changes (#34670) (#34675)
* api review * fix
1 parent a8213ba commit a095911

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_monitoring/thresholds.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ def _get_default_thresholds(cls) -> "CategoricalDriftMetrics":
162162
jensen_shannon_distance=0.1,
163163
)
164164

165-
def get_name_and_threshold(self) -> Tuple:
166-
return self._find_name_and_threshold()
167-
168165

169166
class DataDriftMetricThreshold(MetricThreshold):
170167
"""Data drift metric threshold

0 commit comments

Comments
 (0)