Skip to content

Latest commit

 

History

History
120 lines (90 loc) · 2.57 KB

New-AzMLWorkspaceUriFolderJobOutputObject.md

File metadata and controls

120 lines (90 loc) · 2.57 KB
external help file Module Name online version schema
Az.MachineLearningServices-help.xml
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceUriFolderJobOutputObject

SYNOPSIS

Create an in-memory object for UriFolderJobOutput.

SYNTAX

New-AzMLWorkspaceUriFolderJobOutputObject -Type <JobOutputType> [-Mode <OutputDeliveryMode>] [-Uri <String>]
 [-Description <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Create an in-memory object for UriFolderJobOutput.

EXAMPLES

Example 1: Create an in-memory object for UriFolderJobOutput

New-AzMLWorkspaceUriFolderJobOutputObject

Create an in-memory object for UriFolderJobOutput

PARAMETERS

-Description

Description for the output.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Mode

Output Asset Delivery Mode.

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

[Required] Specifies the type of job.

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobOutputType
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Uri

Output Asset URI.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

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

NOTES

RELATED LINKS