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

ArmMachineLearningModelFactory.MachineLearningUserFeature 方法

定义

初始化 MachineLearningUserFeature 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature MachineLearningUserFeature (string id = default, string displayName = default, string description = default);
static member MachineLearningUserFeature : string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature
Public Shared Function MachineLearningUserFeature (Optional id As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing) As MachineLearningUserFeature

参数

id
String

指定功能 ID。

displayName
String

指定功能名称。

description
String

介绍用户体验的功能。

返回

用于模拟的新 MachineLearningUserFeature 实例。

适用于