Deployment Properties Response
data class DeploymentPropertiesResponse(val callRateLimit: CallRateLimitResponse, val capabilities: Map<String, String>, val capacitySettings: DeploymentCapacitySettingsResponse? = null, val currentCapacity: Int? = null, val dynamicThrottlingEnabled: Boolean, val model: DeploymentModelResponse? = null, val parentDeploymentName: String? = null, val provisioningState: String, val raiPolicyName: String? = null, val rateLimits: List<ThrottlingRuleResponse>, val scaleSettings: DeploymentScaleSettingsResponse? = null, val versionUpgradeOption: String? = null)
Properties of Cognitive Services account deployment.
Constructors
Link copied to clipboard
constructor(callRateLimit: CallRateLimitResponse, capabilities: Map<String, String>, capacitySettings: DeploymentCapacitySettingsResponse? = null, currentCapacity: Int? = null, dynamicThrottlingEnabled: Boolean, model: DeploymentModelResponse? = null, parentDeploymentName: String? = null, provisioningState: String, raiPolicyName: String? = null, rateLimits: List<ThrottlingRuleResponse>, scaleSettings: DeploymentScaleSettingsResponse? = null, versionUpgradeOption: String? = null)
Properties
Link copied to clipboard
The call rate limit Cognitive Services account.
Link copied to clipboard
The capabilities.
Link copied to clipboard
Internal use only.
Link copied to clipboard
The current capacity.
Link copied to clipboard
If the dynamic throttling is enabled.
Link copied to clipboard
Properties of Cognitive Services account deployment model.
Link copied to clipboard
The name of parent deployment.
Link copied to clipboard
Gets the status of the resource at the time the operation was called.
Link copied to clipboard
The name of RAI policy.
Link copied to clipboard
Link copied to clipboard
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
Link copied to clipboard
Deployment model version upgrade option.