updated aitask apis
Former-commit-id: 3b5a3d75f23fc82c31f3ab84866c5ebc64ff5b36
This commit is contained in:
parent
e2fc3b8b87
commit
520cfc00d9
|
@ -2841,6 +2841,8 @@ type CenterTaskListResp struct {
|
||||||
type AiTask struct {
|
type AiTask struct {
|
||||||
Name string `json:"name,optional"`
|
Name string `json:"name,optional"`
|
||||||
Status string `json:"status,optional"`
|
Status string `json:"status,optional"`
|
||||||
|
Cluster string `json:"cluster,optional"`
|
||||||
|
Card string `json:"card,optional"`
|
||||||
TimeElapsed int32 `json:"elapsed,optional"`
|
TimeElapsed int32 `json:"elapsed,optional"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue