GetInferencePoolStatusResult

data class GetInferencePoolStatusResult(val actualCapacity: Int? = null, val groupCount: Int? = null, val requestedCapacity: Int? = null, val reservedCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(actualCapacity: Int? = null, groupCount: Int? = null, requestedCapacity: Int? = null, reservedCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actualCapacity: Int? = null

Gets or sets the actual number of instances in the pool.

Link copied to clipboard
val groupCount: Int? = null

Gets or sets the actual number of groups in the pool.

Link copied to clipboard
val requestedCapacity: Int? = null

Gets or sets the requested number of instances for the pool.

Link copied to clipboard
val reservedCapacity: Int? = null

Gets or sets the number of instances in the pool reserved by the system.