Get Deployment Response
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 |
inference-engine-parameters | array[string] | no | Optional extra inference engine server CLI args |
model | Model Ref | no | |
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. |
status-details | string | no | Deployment status details |
updated-at | string | no | Update time |
Last updated on