updated api desc
Former-commit-id: 1fcf13a7f363e7e200f560873e3faa62826bce8d
This commit is contained in:
parent
275e14a758
commit
3c4e18f8d4
|
@ -968,10 +968,10 @@ service pcm {
|
||||||
post /schedule/getOverview returns (ScheduleOverviewResp)
|
post /schedule/getOverview returns (ScheduleOverviewResp)
|
||||||
|
|
||||||
@handler DownloadAlgothmCodeHandler
|
@handler DownloadAlgothmCodeHandler
|
||||||
get /schedule/getDownloadAlgothmCode (DownloadAlgorithmCodeReq) returns (DownloadAlgorithmCodeResp)
|
get /schedule/downloadAlgorithmCodeReq (DownloadAlgorithmCodeReq) returns (DownloadAlgorithmCodeResp)
|
||||||
|
|
||||||
@handler UploadAlgothmCodeHandler
|
@handler UploadAlgothmCodeHandler
|
||||||
post /schedule/getDownloadAlgothmCode (UploadAlgorithmCodeReq) returns (UploadAlgorithmCodeResp)
|
post /schedule/uploadAlgorithmCode (UploadAlgorithmCodeReq) returns (UploadAlgorithmCodeResp)
|
||||||
|
|
||||||
@handler GetComputeCardsByClusterHandler
|
@handler GetComputeCardsByClusterHandler
|
||||||
get /schedule/getComputeCardsByCluster/:adapterId/:clusterId (GetComputeCardsByClusterReq) returns (GetComputeCardsByClusterResp)
|
get /schedule/getComputeCardsByCluster/:adapterId/:clusterId (GetComputeCardsByClusterReq) returns (GetComputeCardsByClusterResp)
|
||||||
|
|
|
@ -109,7 +109,6 @@ type (
|
||||||
TaskType string `form:"taskType"`
|
TaskType string `form:"taskType"`
|
||||||
Dataset string `form:"dataset"`
|
Dataset string `form:"dataset"`
|
||||||
Algorithm string `form:"algorithm"`
|
Algorithm string `form:"algorithm"`
|
||||||
Code string `form:"code"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DownloadAlgorithmCodeResp {
|
DownloadAlgorithmCodeResp {
|
||||||
|
|
Loading…
Reference in New Issue