Inference Component Runtime Config
data class InferenceComponentRuntimeConfig(val copyCount: Int? = null, val currentCopyCount: Int? = null, val desiredCopyCount: Int? = null)
The runtime config for the inference component