|
|
@@ -2903,8 +2903,8 @@ type AiTask struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type TrainingTaskStatResp struct { |
|
|
type TrainingTaskStatResp struct { |
|
|
Running string `json:"running"` |
|
|
|
|
|
Total string `json:"total"` |
|
|
|
|
|
|
|
|
Running int32 `json:"running"` |
|
|
|
|
|
Total int32 `json:"total"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type ChatReq struct { |
|
|
type ChatReq struct { |
|
|
@@ -5999,14 +5999,14 @@ type DeployInstanceStatReq struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type DeployInstanceStatResp struct { |
|
|
type DeployInstanceStatResp struct { |
|
|
Running string `json:"running"` |
|
|
|
|
|
Total string `json:"total"` |
|
|
|
|
|
|
|
|
Running int32 `json:"running"` |
|
|
|
|
|
Total int32 `json:"total"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type InferenceTaskStatReq struct { |
|
|
type InferenceTaskStatReq struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type InferenceTaskStatResp struct { |
|
|
type InferenceTaskStatResp struct { |
|
|
Running string `json:"running"` |
|
|
|
|
|
Total string `json:"total"` |
|
|
|
|
|
|
|
|
Running int32 `json:"running"` |
|
|
|
|
|
Total int32 `json:"total"` |
|
|
} |
|
|
} |