RegressionModelPerformanceMetricThreshold Constructor

Definition

Initializes a new instance of RegressionModelPerformanceMetricThreshold.

public RegressionModelPerformanceMetricThreshold (Azure.ResourceManager.MachineLearning.Models.RegressionModelPerformanceMetric metric);
new Azure.ResourceManager.MachineLearning.Models.RegressionModelPerformanceMetricThreshold : Azure.ResourceManager.MachineLearning.Models.RegressionModelPerformanceMetric -> Azure.ResourceManager.MachineLearning.Models.RegressionModelPerformanceMetricThreshold
Public Sub New (metric As RegressionModelPerformanceMetric)

Parameters

metric
RegressionModelPerformanceMetric

[Required] The regression model performance metric to calculate.

Applies to