Merge pull request '1단계 실행 시, 시작시간 update 추가' (#110) from feat/training_260202 into develop
Reviewed-on: #110
This commit was merged in pull request #110.
This commit is contained in:
@@ -417,6 +417,7 @@ public class ModelTrainMngCoreService {
|
|||||||
.orElseThrow(() -> new IllegalArgumentException("Model not found: " + modelId));
|
.orElseThrow(() -> new IllegalArgumentException("Model not found: " + modelId));
|
||||||
|
|
||||||
entity.setStatusCd(TrainStatusType.IN_PROGRESS.getId());
|
entity.setStatusCd(TrainStatusType.IN_PROGRESS.getId());
|
||||||
|
entity.setStrtDttm(ZonedDateTime.now());
|
||||||
entity.setStep1StrtDttm(ZonedDateTime.now());
|
entity.setStep1StrtDttm(ZonedDateTime.now());
|
||||||
entity.setStep1State(TrainStatusType.IN_PROGRESS.getId());
|
entity.setStep1State(TrainStatusType.IN_PROGRESS.getId());
|
||||||
entity.setCurrentAttemptId(jobId);
|
entity.setCurrentAttemptId(jobId);
|
||||||
|
|||||||
Reference in New Issue
Block a user