New-AzMLWorkspaceUriFolderJobOutputObject
Create an in-memory object for UriFolderJobOutput.
Syntax
New-AzMLWorkspaceUriFolderJobOutputObject
-Type <JobOutputType>
[-Mode <OutputDeliveryMode>]
[-Uri <String>]
[-Description <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: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Mode
Output Asset Delivery Mode.
Type: | OutputDeliveryMode |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Type
[Required] Specifies the type of job.
Type: | JobOutputType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uri
Output Asset URI.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
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