Deployment Model Response
data class DeploymentModelResponse(val callRateLimit: CallRateLimitResponse, val format: String? = null, val name: String? = null, val source: String? = null, val version: String? = null)
Properties of Cognitive Services account deployment model.
Constructors
Link copied to clipboard
fun DeploymentModelResponse(callRateLimit: CallRateLimitResponse, format: String? = null, name: String? = null, source: String? = null, version: String? = null)