New-AzMLWorkspaceOutputPathAssetReferenceObject
Create an in-memory object for OutputPathAssetReference.
Syntax
New-AzMLWorkspaceOutputPathAssetReferenceObject
-ReferenceType <ReferenceType>
[-JobId <String>]
[-Path <String>]
[<CommonParameters>]
Description
Create an in-memory object for OutputPathAssetReference.
Examples
Example 1: Create an in-memory object for OutputPathAssetReference
New-AzMLWorkspaceOutputPathAssetReferenceObject -JobId <String> -Path <String>
This command creates an in-memory object for OutputPathAssetReference.
Parameters
-JobId
ARM resource ID of the job.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Path
The path of the file/directory in the job output.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ReferenceType
[Required] Specifies the type of asset reference.
Type: | ReferenceType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell