ing-cnt 로직에 step2도 추가, transactional

This commit is contained in:
2026-02-20 12:05:20 +09:00
parent ad421e3c74
commit 68c0e634c5
3 changed files with 10 additions and 2 deletions

View File

@@ -155,7 +155,9 @@ public class ModelTrainMngApiController {
return ApiResponseDto.ok(modelTrainMngService.getDatasetSelectList(req));
}
@Operation(summary = "모델학습 1단계 실행중인 것이 있는지 count", description = "모델학습 1단계 실행중인 것이 있는지 count")
@Operation(
summary = "모델학습 1단계/2단계 실행중인 것이 있는지 count",
description = "모델학습 1단계/2단계 실행중인 것이 있는지 count")
@ApiResponses(
value = {
@ApiResponse(