forked from JointCloud/pcm-coordinator
parent
51bb301987
commit
4c64c4781c
|
@ -122,7 +122,7 @@ type (
|
||||||
}
|
}
|
||||||
|
|
||||||
StartAllByDeployTaskIdReq {
|
StartAllByDeployTaskIdReq {
|
||||||
Id string `form:"deployTaskId" json:"deployTaskId"`
|
Id string `json:"deployTaskId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
StartAllByDeployTaskIdResp {
|
StartAllByDeployTaskIdResp {
|
||||||
|
|
|
@ -6014,7 +6014,7 @@ type InferenceTaskStatResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type StartAllByDeployTaskIdReq struct {
|
type StartAllByDeployTaskIdReq struct {
|
||||||
Id string `form:"deployTaskId" json:"deployTaskId"`
|
Id string `json:"deployTaskId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type StartAllByDeployTaskIdResp struct {
|
type StartAllByDeployTaskIdResp struct {
|
||||||
|
|
Loading…
Reference in New Issue