Deployment Scale Settings Response
    data class DeploymentScaleSettingsResponse(val activeCapacity: Int, val capacity: Int? = null, val scaleType: String? = null)
Properties of Cognitive Services account deployment model.
Constructors
Link copied to clipboard
                fun DeploymentScaleSettingsResponse(activeCapacity: Int, capacity: Int? = null, scaleType: String? = null)