DeploymentScaleSettingsResponse

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

Properties of Cognitive Services account deployment model.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Deployment capacity.

Link copied to clipboard
val scaleType: String? = null

Deployment scale type.