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

Get-AzMLWorkspaceFeature

列出工作区的所有已启用功能

语法

Get-AzMLWorkspaceFeature
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

说明

列出工作区的所有已启用功能

示例

示例 1:列出工作区的所有已启用功能

Get-AzMLWorkspaceFeature  -ResourceGroupName ml-rg-test -Name mlworkspace-portal01

Description                                                                            DisplayName
-----------                                                                            -----------
Raw feature explanation for AutoML models                                              Model Explanability
Create, edit or delete AutoML experiments in the SDK                                   Create edit experiments SDK
Create, edit or delete HyperDrive experiments in the SDK                               Create edit hyperdrive SDK
Select or upload a dataset to train on from datasets in the SDK                        Dataset integration from SDK
Deploy an AutoML model from the SDK                                                    Deploy model SDK
Auto train a forecasting DNN from SDK                                                  DNN Forecasting SDK
Auto train an NLP DNN from SDK                                                         DNN NLP SDK
Deploy and view explainability dashboard for inference data                            Explainability at Inference time SDK
Create and view explainability dashboard in the SDK                                    Explainability dashboard in SDK at training time

列出工作区的所有已启用功能

参数

-DefaultProfile

DefaultProfile 参数不起作用。 如果对其他订阅执行 cmdlet,请使用 SubscriptionId 参数。

类型:PSObject
别名:AzureRMContext, AzureCredential
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-Name

Azure 机器学习工作区的名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-ResourceGroupName

资源组的名称。 名称不区分大小写。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-SubscriptionId

目标订阅的 ID。

类型:String[]
Position:Named
默认值:(Get-AzContext).Subscription.Id
必需:False
接受管道输入:False
接受通配符:False

输出