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:
2095c8baee
pull/281/head
jagger
1 year ago
parent
4ab7290610
commit
f78083133b
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
@@ -130,7 +130,7 @@ type (
}
StopAllByDeployTaskIdReq {
Id string `
form
:"deployTaskId"`
Id string `
json
:"deployTaskId"`
}
StopAllByDeployTaskIdResp {
+ 1
- 1
internal/types/types.go
View File
@@ -6021,7 +6021,7 @@ type StartAllByDeployTaskIdResp struct {
}
type StopAllByDeployTaskIdReq struct {
Id string `
form
:"deployTaskId"`
Id string `
json
:"deployTaskId"`
}
type StopAllByDeployTaskIdResp struct {
Write
Preview
Loading…
Cancel
Save