Deployment Properties Response
data class DeploymentPropertiesResponse(val callRateLimit: CallRateLimitResponse, val capabilities: Map<String, String>, val model: DeploymentModelResponse? = 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
fun DeploymentPropertiesResponse(callRateLimit: CallRateLimitResponse, capabilities: Map<String, String>, model: DeploymentModelResponse? = null, provisioningState: String, raiPolicyName: String? = null, rateLimits: List<ThrottlingRuleResponse>, scaleSettings: DeploymentScaleSettingsResponse? = null, versionUpgradeOption: String? = null)