Skip to content

Latest commit

 

History

History
110 lines (81 loc) · 2.58 KB

New-AzMLWorkspaceUriFolderJobOutputObject.md

File metadata and controls

110 lines (81 loc) · 2.58 KB
external help file Module Name online version schema content_git_url original_content_git_url
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceUriFolderJobOutputObject

SYNOPSIS

Create an in-memory object for UriFolderJobOutput.

SYNTAX

New-AzMLWorkspaceUriFolderJobOutputObject -Type <JobOutputType> [-Description <String>]
 [-Mode <OutputDeliveryMode>] [-Uri <String>] [<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

-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.Api20220501.UriFolderJobOutput

NOTES

ALIASES

RELATED LINKS