Get-AzMLWorkspaceJob
Gets a Job by name/id.
Syntax
Get-AzMLWorkspaceJob
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-WorkspaceName <String>
[-Job <String>]
[-JobType <String>]
[-ListViewType <ListViewType>]
[-Skip <String>]
[-Tag <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMLWorkspaceJob
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
-WorkspaceName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMLWorkspaceJob
-InputObject <IMachineLearningServicesIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets a Job by name/id.
Examples
Example 1: Lists all jobs under a workspace
Get-AzMLWorkspaceJob -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
willing_vinegar_mwjs1dyft0 5/31/2022 7:58:38 AM UserName (Example) User ml-rg-test
ivory_beard_fsbkdw8n77 5/18/2022 8:03:36 AM UserName (Example) User ml-rg-test
plucky_collar_5x0ds0fgb3 5/18/2022 7:44:55 AM UserName (Example) User ml-rg-test
heroic_quince_0vqqqpq7mt 5/18/2022 7:10:35 AM UserName (Example) User ml-rg-test
amiable_hominy_g700h46sb5 5/18/2022 6:42:32 AM UserName (Example) User ml-rg-test
Lists all jobs under a workspace
Example 2: Gets a Job by name
Get-AzMLWorkspaceJob -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name willing_vinegar_mwjs1dyft0
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
willing_vinegar_mwjs1dyft0 5/31/2022 7:58:38 AM UserName (Example) User ml-rg-test
Gets a Job by name
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 |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IMachineLearningServicesIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Job
Comma-separated list of user property names (and optionally values). Example: prop1,prop2=value2
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobType
Type of job to be returned.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ListViewType
View type for including/excluding (for example) archived entities.
Type: | ListViewType |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The name and identifier for the Job. This is case-sensitive.
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 |
-Skip
Continuation token for pagination.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
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 |
-Tag
Jobs returned will have this tag key.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WorkspaceName
Name of Azure Machine Learning workspace.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
IMachineLearningServicesIdentity
Outputs
Azure PowerShell