Get Inference Pool Status Result
data class GetInferencePoolStatusResult(val actualCapacity: Int? = null, val groupCount: Int? = null, val requestedCapacity: Int? = null, val reservedCapacity: Int? = null)
Properties
Link copied to clipboard
Gets or sets the actual number of instances in the pool.
Link copied to clipboard
Gets or sets the actual number of groups in the pool.
Link copied to clipboard
Gets or sets the requested number of instances for the pool.
Link copied to clipboard
Gets or sets the number of instances in the pool reserved by the system.