ModelPerformanceMetricThreshold Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Inheritance
azure.ai.ml.entities._mixins.RestTranslatableMixin
ModelPerformanceMetricThreshold

Constructor

ModelPerformanceMetricThreshold(*, classification: ModelPerformanceClassificationThresholds | None = None, regression: ModelPerformanceRegressionThresholds | None = None)