MLTableJobInput interface
Asset input type.
- Extends
Properties
| job |
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