New-AzMLWorkspaceOutputPathAssetReferenceObject
Create an in-memory object for OutputPathAssetReference.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Path
The path of the file/directory in the job output.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ReferenceType
[Required] Specifies the type of asset reference.
Parameter properties
Type: | ReferenceType |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.