DeploymentScaleSettingsResponse

data class DeploymentScaleSettingsResponse(val activeCapacity: Int, val capacity: Int? = null, val scaleType: String? = null)

Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)

Constructors

Link copied to clipboard
constructor(activeCapacity: Int, capacity: Int? = null, scaleType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deployment active capacity. This value might be different from capacity if customer recently updated capacity.

Link copied to clipboard
val capacity: Int? = null

Deployment capacity.

Link copied to clipboard
val scaleType: String? = null

Deployment scale type.