Lingua

ArmMachineLearningModelFactory.CustomMetricThreshold Method

Definition

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.

thresholdValue
Nullable<Double>

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

Returns

A new CustomMetricThreshold instance for mocking.

Applies to