MLTableJobInput interface

Asset input type.

Extends

Properties

jobInputType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

description

Description for the input.

mode

Input Asset Delivery Mode.

uri

[Required] Input Asset URI.

Property Details

jobInputType

Polymorphic discriminator, which specifies the different types this object can be

jobInputType: "mltable"

Property Value

"mltable"

Inherited Property Details

description

Description for the input.

description?: string

Property Value

string

Inherited From JobInput.description

mode

Input Asset Delivery Mode.

mode?: string

Property Value

string

Inherited From AssetJobInput.mode

uri

[Required] Input Asset URI.

uri: string

Property Value

string

Inherited From AssetJobInput.uri