Compare commits
2 Commits
e75ea8d8a5
...
63124455fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 63124455fd | |||
| d9da0d4610 |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user