InferenceComponentCapacitySizeArgs

data class InferenceComponentCapacitySizeArgs(val type: Output<InferenceComponentCapacitySizeType>, val value: Output<Int>) : ConvertibleToJava<InferenceComponentCapacitySizeArgs>

Capacity size configuration for the inference component

Constructors

Link copied to clipboard
constructor(type: Output<InferenceComponentCapacitySizeType>, value: Output<Int>)

Properties

Link copied to clipboard

Specifies the endpoint capacity type.

Link copied to clipboard
val value: Output<Int>

Defines the capacity size, either as a number of inference component copies or a capacity percentage.

Functions

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