|
|
|
@@ -959,6 +959,15 @@ service pcm { |
|
|
|
|
|
|
|
@handler InferenceTaskStatHandler |
|
|
|
get /inference/taskStat (InferenceTaskStatReq) returns (InferenceTaskStatResp) |
|
|
|
|
|
|
|
@handler StartAllByDeployTaskId |
|
|
|
post /inference/startAllById (StartAllByDeployTaskIdReq) returns (StartAllByDeployTaskIdResp) |
|
|
|
|
|
|
|
@handler StopAllByDeployTaskId |
|
|
|
post /inference/stopAllById (StopAllByDeployTaskIdReq) returns (StopAllByDeployTaskIdResp) |
|
|
|
|
|
|
|
@handler GetDeployTasks |
|
|
|
get /inference/getDeployTasks (GetDeployTasksReq) returns (GetDeployTasksResp) |
|
|
|
} |
|
|
|
|
|
|
|
@server( |
|
|
|
|