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

Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReference