InferenceComponentRuntimeConfigArgs

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

Constructors

Link copied to clipboard
constructor(copyCount: Output<Int>? = null, currentCopyCount: Output<Int>? = null, desiredCopyCount: Output<Int>? = null)

Properties

Link copied to clipboard
val copyCount: Output<Int>? = null

The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.

Link copied to clipboard
val currentCopyCount: Output<Int>? = null
Link copied to clipboard
val desiredCopyCount: Output<Int>? = null

Functions

Link copied to clipboard
open override fun toJava(): InferenceComponentRuntimeConfigArgs