1단계 실행 시, 시작시간 update 추가

This commit is contained in:
2026-02-18 13:05:59 +09:00
parent 22c481556c
commit d9da0d4610

View File

@@ -417,6 +417,7 @@ public class ModelTrainMngCoreService {
.orElseThrow(() -> new IllegalArgumentException("Model not found: " + modelId));
entity.setStatusCd(TrainStatusType.IN_PROGRESS.getId());
entity.setStrtDttm(ZonedDateTime.now());
entity.setStep1StrtDttm(ZonedDateTime.now());
entity.setStep1State(TrainStatusType.IN_PROGRESS.getId());
entity.setCurrentAttemptId(jobId);