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
|
||||
StopInstanceServiceReq = hpcAC.StopInstanceServiceReq
|
||||
StopInstanceServiceResp = hpcAC.StopInstanceServiceResp
|
||||
StopTaskAiData = hpcAC.StopTaskAiData
|
||||
StopTaskAiReq = hpcAC.StopTaskAiReq
|
||||
StopTaskAiResp = hpcAC.StopTaskAiResp
|
||||
SubmitJobReq = hpcAC.SubmitJobReq
|
||||
|
|
|
@ -802,8 +802,11 @@ message StopTaskAiReq {
|
|||
|
||||
message StopTaskAiResp {
|
||||
string code = 1;
|
||||
bool data = 2;
|
||||
string msg = 3;}
|
||||
StopTaskAiData data = 2;
|
||||
string msg = 3;
|
||||
}
|
||||
|
||||
message StopTaskAiData {}
|
||||
|
||||
message DeleteTaskAiResp {
|
||||
string code = 1;
|
||||
|
|
Loading…
Reference in New Issue