ArmMachineLearningModelFactory.CustomMetricThreshold Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold CustomMetricThreshold(string metric = default, double? thresholdValue = default);
static member CustomMetricThreshold : string * Nullable<double> -> Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold
Public Shared Function CustomMetricThreshold (Optional metric As String = Nothing, Optional thresholdValue As Nullable(Of Double) = Nothing) As CustomMetricThreshold
Parameters
- metric
- String
[Required] The user-defined metric to calculate.
The threshold value. If null, the set default is dependent on the metric type.
Returns
A new CustomMetricThreshold instance for mocking.