Get Model Result
data class GetModelResult(val activeOperations: List<OperationResponse>, val createTime: String, val displayName: String, val etag: String, val modelHash: String, val name: String, val state: ModelStateResponse, val tags: List<String>, val tfliteModel: TfLiteModelResponse, val updateTime: String)
Constructors
Link copied to clipboard
fun GetModelResult(activeOperations: List<OperationResponse>, createTime: String, displayName: String, etag: String, modelHash: String, name: String, state: ModelStateResponse, tags: List<String>, tfliteModel: TfLiteModelResponse, updateTime: String)