次の方法で共有


CustomMetricThreshold(String) コンストラクター

定義

CustomMetricThreshold の新しいインスタンスを初期化します。

public CustomMetricThreshold (string metric);
new Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold : string -> Azure.ResourceManager.MachineLearning.Models.CustomMetricThreshold
Public Sub New (metric As String)

パラメーター

metric
String

[必須]計算するユーザー定義メトリック。

例外

metric が null です。

適用対象