Custom Model Job Input Response
data class CustomModelJobInputResponse(val description: String? = null, val jobInputType: String, val mode: String? = null, val uri: String)
Constructors
Link copied to clipboard
fun CustomModelJobInputResponse(description: String? = null, jobInputType: String, mode: String? = null, uri: String)