Inference Component Runtime Config Args
data class InferenceComponentRuntimeConfigArgs(val copyCount: Output<Int>? = null, val currentCopyCount: Output<Int>? = null, val desiredCopyCount: Output<Int>? = null) : ConvertibleToJava<InferenceComponentRuntimeConfigArgs>
The runtime config for the inference component