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
updated GetRunningInstance apis
Former-commit-id:
e3b83f6535
pull/289/head
tzwang
1 year ago
parent
9abbf03b33
commit
b016f42a0f
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
desc/inference/inference.api
+2
-1
internal/types/types.go
+ 1
- 0
desc/inference/inference.api
View File
@@ -158,6 +158,7 @@ type (
GetRunningInstanceReq {
Id string `form:"deployTaskId"`
AdapterId string `form:"adapterId"`
}
GetRunningInstanceResp {
List interface{} `json:"list"`
+ 2
- 1
internal/types/types.go
View File
@@ -6053,7 +6053,8 @@ type StopAllByDeployTaskIdResp struct {
}
type GetRunningInstanceReq struct {
Id string `form:"deployTaskId"`
Id string `form:"deployTaskId"`
AdapterId string `form:"adapterId"`
}
type GetRunningInstanceResp struct {
Write
Preview
Loading…
Cancel
Save