New-AzMLWorkspaceCustomModelJobOutputObject
Create an in-memory object for CustomModelJobOutput.
Syntax
Default (Default)
New-AzMLWorkspaceCustomModelJobOutputObject
-Type <JobOutputType>
[-Mode <OutputDeliveryMode>]
[-Uri <String>]
[-Description <String>]
[<CommonParameters>]
Description
Create an in-memory object for CustomModelJobOutput.
Examples
Example 1: Create an in-memory object for CustomModelJobOutput
New-AzMLWorkspaceCustomModelJobOutputObject
Create an in-memory object for CustomModelJobOutput
Parameters
-Description
Description for the output.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Mode
Output Asset Delivery Mode.
Parameter properties
Type: | OutputDeliveryMode |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Type
[Required] Specifies the type of job.
Parameter properties
Type: | JobOutputType |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Uri
Output Asset URI.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.