CustomModelJobOutputResponse

data class CustomModelJobOutputResponse(val description: String? = null, val jobOutputType: String, val mode: String? = null, val uri: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for the output.

Link copied to clipboard

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

Link copied to clipboard
val mode: String? = null

Output Asset Delivery Mode.

Link copied to clipboard
val uri: String? = null

Output Asset URI.