This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix bug
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id:
51bb301987
pull/281/head
jagger
1 year ago
parent
775153d886
commit
899789af04
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
desc/inference/inference.api
+1
-1
internal/types/types.go
+ 1
- 1
desc/inference/inference.api
View File
@@ -122,7 +122,7 @@ type (
}
StartAllByDeployTaskIdReq {
Id string `form:"deployTaskId"`
Id string `form:"deployTaskId"
json:"deployTaskId"
`
}
StartAllByDeployTaskIdResp {
+ 1
- 1
internal/types/types.go
View File
@@ -6014,7 +6014,7 @@ type InferenceTaskStatResp struct {
}
type StartAllByDeployTaskIdReq struct {
Id string `form:"deployTaskId"`
Id string `form:"deployTaskId"
json:"deployTaskId"
`
}
type StartAllByDeployTaskIdResp struct {
Write
Preview
Loading…
Cancel
Save