New-AzMLWorkspaceMLTableJobOutputObject
Create an in-memory object for MLTableJobOutput.
Syntax
New-AzMLWorkspaceMLTableJobOutputObject
-Type <JobOutputType>
[-Mode <OutputDeliveryMode>]
[-Uri <String>]
[-Description <String>]
[<CommonParameters>]
Description
Create an in-memory object for MLTableJobOutput.
Examples
Example 1: Create an in-memory object for MLTableJobOutput
New-AzMLWorkspaceMLTableJobOutputObject
Create an in-memory object for MLTableJobOutput
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure PowerShell