你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmMachineLearningModelFactory.MachineLearningNotebookResourceInfo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 MachineLearningNotebookResourceInfo 的新实例。
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo (string fqdn = default, bool? isPrivateLinkEnabled = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default, string resourceId = default);
static member MachineLearningNotebookResourceInfo : string * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional isPrivateLinkEnabled As Nullable(Of Boolean) = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing, Optional resourceId As String = Nothing) As MachineLearningNotebookResourceInfo
参数
- fqdn
- String
- notebookPreparationError
- MachineLearningNotebookPreparationError
准备笔记本时发生的错误。
- resourceId
- String
用于初始化笔记本组件的数据平面 resourceId。
返回
用于模拟的新 MachineLearningNotebookResourceInfo 实例。