EndpointModelProperties interface
Endpoint Model properties.
Properties
| capabilities | The capabilities. |
| deprecation | |
| finetune |
The capabilities for finetune models. |
| format | Deployment model format. |
| is |
If the model is default version. |
| lifecycle |
Model lifecycle status. |
| max |
The max capacity. |
| name | Deployment model name. |
| skus | The list of Model Sku. |
| system |
|
| 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
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
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