JobInput interface
Command job definition.
Properties
description | Description for the input. |
job |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
description
Description for the input.
description?: string
Property Value
string
jobInputType
Polymorphic discriminator, which specifies the different types this object can be
jobInputType: "custom_model" | "mltable" | "mlflow_model" | "literal" | "triton_model" | "uri_file" | "uri_folder"
Property Value
"custom_model" | "mltable" | "mlflow_model" | "literal" | "triton_model" | "uri_file" | "uri_folder"