EndpointModelProperties interface

Endpoint Model properties.

Properties

capabilities

The capabilities.

deprecation
finetuneCapabilities

The capabilities for finetune models.

format

Deployment model format.

isDefaultVersion

If the model is default version.

lifecycleStatus

Model lifecycle status.

maxCapacity

The max capacity.

name

Deployment model name.

skus

The list of Model Sku.

systemData
version

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.

Property Details

capabilities

The capabilities.

capabilities?: Record<string, string>

Property Value

Record<string, string>

deprecation

deprecation?: EndpointModelDeprecationProperties

Property Value

finetuneCapabilities

The capabilities for finetune models.

finetuneCapabilities?: Record<string, string>

Property Value

Record<string, string>

format

Deployment model format.

format?: string

Property Value

string

isDefaultVersion

If the model is default version.

isDefaultVersion?: boolean

Property Value

boolean

lifecycleStatus

Model lifecycle status.

lifecycleStatus?: string

Property Value

string

maxCapacity

The max capacity.

maxCapacity?: number

Property Value

number

name

Deployment model name.

name?: string

Property Value

string

skus

The list of Model Sku.

skus?: EndpointModelSkuProperties[]

Property Value

systemData

systemData?: SystemData

Property Value

version

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.

version?: string

Property Value

string