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