Edit

Share via


New-AzMLWorkspaceLiteralJobInputObject

Create an in-memory object for LiteralJobInput.

Syntax

Default (Default)

New-AzMLWorkspaceLiteralJobInputObject
    -Value <String>
    -Type <JobInputType>
    [-Description <String>]
    [<CommonParameters>]

Description

Create an in-memory object for LiteralJobInput.

Examples

Example 1: Create an in-memory object for LiteralJobInput

New-AzMLWorkspaceLiteralJobInputObject

Create an in-memory object for LiteralJobInput

Parameters

-Description

Description for the input.

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

-Type

[Required] Specifies the type of job.

Parameter properties

Type:JobInputType
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

-Value

[Required] Literal value for the input.

Parameter properties

Type:String
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

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.

Outputs

LiteralJobInput