Deployments
AI deployment
Properties
| Property | Type | Required | Description |
|---|---|---|---|
created-at | string | no | Creation time |
deployment-url | string | no | Deployment URL (nullable) |
gpu-count | integer | no | Number of GPUs |
gpu-type | string | no | GPU type family |
id | string | no | Deployment ID |
model | object | no | schema details |
name | string | no | Deployment name |
replicas | integer | no | Number of replicas (>=0) |
service-level | string | no | Service level |
status | string | no | Deployment status Allowed values: ready, creating, error, deploying. |
updated-at | string | no | Update time |
Last updated on