AccountModelResponse

data class AccountModelResponse(val baseModel: DeploymentModelResponse? = null, val callRateLimit: CallRateLimitResponse, val capabilities: Map<String, String>? = null, val deprecation: ModelDeprecationInfoResponse? = null, val finetuneCapabilities: Map<String, String>? = null, val format: String? = null, val isDefaultVersion: Boolean? = null, val lifecycleStatus: String? = null, val maxCapacity: Int? = null, val name: String? = null, val skus: List<ModelSkuResponse>? = null, val source: String? = null, val systemData: SystemDataResponse, val version: String? = null)

Cognitive Services account Model.

Constructors

Link copied to clipboard
constructor(baseModel: DeploymentModelResponse? = null, callRateLimit: CallRateLimitResponse, capabilities: Map<String, String>? = null, deprecation: ModelDeprecationInfoResponse? = null, finetuneCapabilities: Map<String, String>? = null, format: String? = null, isDefaultVersion: Boolean? = null, lifecycleStatus: String? = null, maxCapacity: Int? = null, name: String? = null, skus: List<ModelSkuResponse>? = null, source: String? = null, systemData: SystemDataResponse, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base Model Identifier.

Link copied to clipboard

The call rate limit Cognitive Services account.

Link copied to clipboard
val capabilities: Map<String, String>? = null

The capabilities.

Link copied to clipboard

Cognitive Services account ModelDeprecationInfo.

Link copied to clipboard

The capabilities for finetune models.

Link copied to clipboard
val format: String? = null

Deployment model format.

Link copied to clipboard

If the model is default version.

Link copied to clipboard
val lifecycleStatus: String? = null

Model lifecycle status.

Link copied to clipboard
val maxCapacity: Int? = null

The max capacity.

Link copied to clipboard
val name: String? = null

Deployment model name.

Link copied to clipboard
val skus: List<ModelSkuResponse>? = null

The list of Model Sku.

Link copied to clipboard
val source: String? = null

Optional. Deployment model source ARM resource ID.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val version: String? = null

Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.