다음을 통해 공유


CustomMonitoringMetricThreshold 클래스

참고

이는 실험적인 클래스이며 언제든지 변경될 수 있습니다. 자세한 내용은 https://aka.ms/azuremlexperimental을 참조하세요.

기능 특성 드리프트 메트릭 임계값

상속
azure.ai.ml.entities._monitoring.thresholds.MetricThreshold
CustomMonitoringMetricThreshold

생성자

CustomMonitoringMetricThreshold(*, metric_name: str | None, threshold: float | None = None)

매개 변수

Name Description
metric_name
필수
str

계산할 메트릭

threshold
필수

임계값입니다. None이면 선택한 메트릭에 따라 기본값이 설정됩니다.