ClassificationModelPerformanceMetricThreshold Class

Definition

The ClassificationModelPerformanceMetricThreshold.

public class ClassificationModelPerformanceMetricThreshold : Azure.ResourceManager.MachineLearning.Models.ModelPerformanceMetricThresholdBase
type ClassificationModelPerformanceMetricThreshold = class
    inherit ModelPerformanceMetricThresholdBase
Public Class ClassificationModelPerformanceMetricThreshold
Inherits ModelPerformanceMetricThresholdBase
Inheritance
ClassificationModelPerformanceMetricThreshold

Constructors

ClassificationModelPerformanceMetricThreshold(ClassificationModelPerformanceMetric)

Initializes a new instance of ClassificationModelPerformanceMetricThreshold.

Properties

Metric

[Required] The classification model performance to calculate.

ThresholdValue

The threshold value. If null, the set default is dependent on the metric type.

(Inherited from ModelPerformanceMetricThresholdBase)

Applies to