CustomModelJobOutput interface
Asset output type.
- Extends
Properties
| job |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| description | Description for the output. |
| mode | Output Asset Delivery Mode. |
| uri | Output Asset URI. |
Property Details
jobOutputType
Polymorphic discriminator, which specifies the different types this object can be
jobOutputType: "custom_model"
Property Value
"custom_model"
Inherited Property Details
description
Description for the output.
description?: string
Property Value
string
Inherited From JobOutput.description