Get Inference Group Status Result
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)
Properties
Link copied to clipboard
Gets or sets the actual capacity info for the group.
Link copied to clipboard
Gets or sets capacity used from the pool's reserved capacity.
Link copied to clipboard
Gets or sets the actual number of endpoints in the group.
Link copied to clipboard
Gets or sets the request number of instances for the group.