ModelSkuResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity configuration.

Link copied to clipboard
val connectionIds: List<String>? = null

The list of connection ids.

Link copied to clipboard
val deprecationDate: String? = null

The datetime of deprecation of the model SKU.

Link copied to clipboard
val name: String? = null

The name of the model SKU.

Link copied to clipboard

The list of rateLimit.

Link copied to clipboard
val usageName: String? = null

The usage name of the model SKU.