Offloading Service
data class OffloadingService(val serviceId: Int = 0, val modelId: Int, val port: Int, val state: Pipeline.State, val framerate: Int)
Represents an offloading service associated with a specific model.
Represents an offloading service associated with a specific model.