Merge remote-tracking branch 'origin/feat/training_260202' into feat/training_260202

This commit is contained in:
2026-02-20 12:21:50 +09:00
6 changed files with 18 additions and 6 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(