updated stoptasklogic
This commit is contained in:
parent
25c8b62dfe
commit
b52da314ff
2763
hpcAC/hpcAC.pb.go
2763
hpcAC/hpcAC.pb.go
File diff suppressed because it is too large
Load Diff
|
@ -131,6 +131,7 @@ type (
|
||||||
StartInstanceServiceResp = hpcAC.StartInstanceServiceResp
|
StartInstanceServiceResp = hpcAC.StartInstanceServiceResp
|
||||||
StopInstanceServiceReq = hpcAC.StopInstanceServiceReq
|
StopInstanceServiceReq = hpcAC.StopInstanceServiceReq
|
||||||
StopInstanceServiceResp = hpcAC.StopInstanceServiceResp
|
StopInstanceServiceResp = hpcAC.StopInstanceServiceResp
|
||||||
|
StopTaskAiData = hpcAC.StopTaskAiData
|
||||||
StopTaskAiReq = hpcAC.StopTaskAiReq
|
StopTaskAiReq = hpcAC.StopTaskAiReq
|
||||||
StopTaskAiResp = hpcAC.StopTaskAiResp
|
StopTaskAiResp = hpcAC.StopTaskAiResp
|
||||||
SubmitJobReq = hpcAC.SubmitJobReq
|
SubmitJobReq = hpcAC.SubmitJobReq
|
||||||
|
|
|
@ -802,8 +802,11 @@ message StopTaskAiReq {
|
||||||
|
|
||||||
message StopTaskAiResp {
|
message StopTaskAiResp {
|
||||||
string code = 1;
|
string code = 1;
|
||||||
bool data = 2;
|
StopTaskAiData data = 2;
|
||||||
string msg = 3;}
|
string msg = 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
message StopTaskAiData {}
|
||||||
|
|
||||||
message DeleteTaskAiResp {
|
message DeleteTaskAiResp {
|
||||||
string code = 1;
|
string code = 1;
|
||||||
|
|
Loading…
Reference in New Issue