Get-AzMLWorkspaceFeature
Lists all enabled features for a workspace
Syntax
Get-AzMLWorkspaceFeature
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Lists all enabled features for a workspace
Examples
Example 1: Lists all enabled features for a workspace
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
Lists all enabled features for a workspace
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Name of Azure Machine Learning workspace.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure PowerShell