fix startall apis
Former-commit-id: 12ca4d7bdd0f6a66ae6d31111b9845b62f9c45ca
This commit is contained in:
parent
96626932ea
commit
ad7fa723c3
|
|
@ -6014,14 +6014,14 @@ type InferenceTaskStatResp struct {
|
|||
}
|
||||
|
||||
type StartAllByDeployTaskIdReq struct {
|
||||
Id string `form:"deployTaskid"`
|
||||
Id string `form:"deployTaskId"`
|
||||
}
|
||||
|
||||
type StartAllByDeployTaskIdResp struct {
|
||||
}
|
||||
|
||||
type StopAllByDeployTaskIdReq struct {
|
||||
Id string `form:"deployTaskid"`
|
||||
Id string `form:"deployTaskId"`
|
||||
}
|
||||
|
||||
type StopAllByDeployTaskIdResp struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue