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
constructor(callRateLimit: CallRateLimitResponse, capabilities: Map<String, String>, model: DeploymentModelResponse? = 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
Properties of Cognitive Services account deployment model.
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.
Link copied to clipboard
Deployment model version upgrade option.