OffloadingService

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.

Constructors

Link copied to clipboard
constructor(serviceId: Int = 0, modelId: Int, port: Int, state: Pipeline.State, framerate: Int)

Properties

Link copied to clipboard

The framerate of the offloading service.

Link copied to clipboard

The identifier for the model associated with this offloading service.

Link copied to clipboard
val port: Int

The port number used by the offloading service.

Link copied to clipboard
val serviceId: Int = 0

The unique identifier for the offloading service.

Link copied to clipboard
val state: Pipeline.State

The state of the pipeline associated with this offloading service.

Functions

Link copied to clipboard
operator fun component1(): Int
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
operator fun component3(): Int
Link copied to clipboard
operator fun component4(): Pipeline.State
Link copied to clipboard
operator fun component5(): Int
Link copied to clipboard
fun copy(serviceId: Int = 0, modelId: Int, port: Int, state: Pipeline.State, framerate: Int): OffloadingService