MLFlowModelJobInput 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: "mlflow_model"
Property Value
"mlflow_model"
Inherited Property Details
description
Description for the input.
description?: string
Property Value
string
Inherited From JobInput.description