CustomModelJobInputResponse

data class CustomModelJobInputResponse(val description: String? = null, val jobInputType: String, val mode: String? = null, val uri: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, jobInputType: String, mode: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for the input.

Link copied to clipboard

Enum to determine the Job Input Type. Expected value is 'custom_model'.

Link copied to clipboard
val mode: String? = null

Input Asset Delivery Mode.

Link copied to clipboard
val uri: String

Required Input Asset URI.