forked from JointCloud/pcm-coordinator
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