updated GetRunningInstance apis
Former-commit-id: 580ae562208ee4c896ca7065364b874bed62927e
This commit is contained in:
parent
1103e589f4
commit
8ab67fe868
|
@ -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"`
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue