Model Sku Response
data class ModelSkuResponse(val capacity: CapacityConfigResponse? = null, val connectionIds: List<String>? = null, val deprecationDate: String? = null, val name: String? = null, val rateLimits: List<CallRateLimitResponse>? = null, val usageName: String? = null)
Describes an available Cognitive Services Model SKU.
Constructors
Link copied to clipboard
constructor(capacity: CapacityConfigResponse? = null, connectionIds: List<String>? = null, deprecationDate: String? = null, name: String? = null, rateLimits: List<CallRateLimitResponse>? = null, usageName: String? = null)