We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2219fe commit 9809460Copy full SHA for 9809460
1 file changed
cmd/aiservices/deployment/deployment_show.go
@@ -14,6 +14,7 @@ type DeploymentShowOutput struct {
14
ID v3.UUID `json:"id"`
15
Name string `json:"name"`
16
Status v3.GetDeploymentResponseStatus `json:"status"`
17
+ StatusDetails string `json:"status_details"`
18
GPUType string `json:"gpu_type"`
19
GPUCount int64 `json:"gpu_count"`
20
Replicas int64 `json:"replicas"`
0 commit comments