Edit

Share via


New-AzMLWorkspaceTritonModelJobInputObject

Create an in-memory object for TritonModelJobInput.

Syntax

Default (Default)

New-AzMLWorkspaceTritonModelJobInputObject
    -Uri <String>
    -Type <JobInputType>
    [-Mode <InputDeliveryMode>]
    [-Description <String>]
    [<CommonParameters>]

Description

Create an in-memory object for TritonModelJobInput.

Examples

Example 1: Create an in-memory object for TritonModelJobInput

New-AzMLWorkspaceTritonModelJobInputObject -Type <JobInputType> -Uri <String>

Create an in-memory object for TritonModelJobInput

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

-Mode

Input Asset Delivery Mode.

Parameter properties

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

-Uri

[Required] Input Asset URI.

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

TritonModelJobInput