GetInferenceGroupStatusResult

data class GetInferenceGroupStatusResult(val actualCapacityInfo: ActualCapacityInfoResponse? = null, val bonusExtraCapacity: Int? = null, val endpointCount: Int? = null, val requestedCapacity: Int? = null)

Constructors

Link copied to clipboard
constructor(actualCapacityInfo: ActualCapacityInfoResponse? = null, bonusExtraCapacity: Int? = null, endpointCount: Int? = null, requestedCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the actual capacity info for the group.

Link copied to clipboard
val bonusExtraCapacity: Int? = null

Gets or sets capacity used from the pool's reserved capacity.

Link copied to clipboard
val endpointCount: Int? = null

Gets or sets the actual number of endpoints in the group.

Link copied to clipboard
val requestedCapacity: Int? = null

Gets or sets the request number of instances for the group.