你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于