모델학습 1단계 실행중인 것이 있는지 count API

This commit is contained in:
2026-02-12 16:50:40 +09:00
parent 590810ff0a
commit 384a321bf3
6 changed files with 43 additions and 1 deletions

View File

@@ -136,4 +136,8 @@ public class ModelTrainMngService {
return modelTrainMngCoreService.getDatasetSelectG2G3List(req);
}
}
public Long findModelStep1InProgressCnt() {
return modelTrainMngCoreService.findModelStep1InProgressCnt();
}
}