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