List Deployments Response Entry
AI deployment
Properties
| Property | Type | Required | Description |
|---|---|---|---|
created-at | string | yes | Creation time |
deployment-url | string | yes | Deployment inference endpoint URL |
gpu-count | integer | yes | Number of GPUs |
gpu-type | string | yes | GPU type family |
id | string | yes | Deployment ID |
model | Model reference | yes | |
name | string | yes | Deployment name |
replicas | integer | yes | Number of replicas (>=0) |
service-level | string | yes | Service level |
state | string | yes | Deployment state Allowed values: ready, creating, preparing, error, deploying. |
updated-at | string | yes | Update time |
Last updated on