Get Inference Pool Status Result
data class GetInferencePoolStatusResult(val actualCapacity: Int? = null, val groupCount: Int? = null, val requestedCapacity: Int? = null, val reservedCapacity: Int? = null)
Constructors
Link copied to clipboard
fun GetInferencePoolStatusResult(actualCapacity: Int? = null, groupCount: Int? = null, requestedCapacity: Int? = null, reservedCapacity: Int? = null)