updated GetRunningInstance apis

Former-commit-id: 580ae562208ee4c896ca7065364b874bed62927e
This commit is contained in:
tzwang 2024-08-27 15:46:20 +08:00
parent 1103e589f4
commit 8ab67fe868
2 changed files with 2 additions and 4 deletions

View File

@ -157,8 +157,7 @@ type (
} }
GetRunningInstanceReq { GetRunningInstanceReq {
AdapterIds []string `form:"adapterIds"` Id string `json:"deployTaskId"`
ModelType string `form:"modelType"`
} }
GetRunningInstanceResp { GetRunningInstanceResp {
List interface{} `json:"list"` List interface{} `json:"list"`

View File

@ -6053,8 +6053,7 @@ type StopAllByDeployTaskIdResp struct {
} }
type GetRunningInstanceReq struct { type GetRunningInstanceReq struct {
AdapterIds []string `form:"adapterIds"` Id string `json:"deployTaskId"`
ModelType string `form:"modelType"`
} }
type GetRunningInstanceResp struct { type GetRunningInstanceResp struct {