updated GetRunningInstance apis
Former-commit-id: 580ae562208ee4c896ca7065364b874bed62927e
This commit is contained in:
parent
1103e589f4
commit
8ab67fe868
|
@ -157,8 +157,7 @@ type (
|
|||
}
|
||||
|
||||
GetRunningInstanceReq {
|
||||
AdapterIds []string `form:"adapterIds"`
|
||||
ModelType string `form:"modelType"`
|
||||
Id string `json:"deployTaskId"`
|
||||
}
|
||||
GetRunningInstanceResp {
|
||||
List interface{} `json:"list"`
|
||||
|
|
|
@ -6053,8 +6053,7 @@ type StopAllByDeployTaskIdResp struct {
|
|||
}
|
||||
|
||||
type GetRunningInstanceReq struct {
|
||||
AdapterIds []string `form:"adapterIds"`
|
||||
ModelType string `form:"modelType"`
|
||||
Id string `json:"deployTaskId"`
|
||||
}
|
||||
|
||||
type GetRunningInstanceResp struct {
|
||||
|
|
Loading…
Reference in New Issue