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 |
inference-engine-version | string | no | Allowed values: 0.12.0, 0.15.1, 0.16.0, 0.17.0. |
model | Model Ref | no | |
name | string | no | Deployment name |
replicas | integer | no | Number of replicas (>=0) |
service-level | string | no | Service level |
state | string | no | Deployment state Allowed values: ready, creating, error, deploying. |
state-details | string | no | Deployment state details |
updated-at | string | no | Update time |
Last updated on