updated stoptasklogic

This commit is contained in:
tzwang 2025-01-06 17:40:28 +08:00
parent 25c8b62dfe
commit b52da314ff
3 changed files with 1415 additions and 1356 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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;