containerName 생성 변경

This commit is contained in:
2026-02-12 11:42:38 +09:00
parent fd7dfd7e7f
commit 96035f864a
6 changed files with 29 additions and 5 deletions

View File

@@ -20,4 +20,6 @@ public class ModelTrainJobDto {
private ZonedDateTime queuedDttm;
private ZonedDateTime startedDttm;
private ZonedDateTime finishedDttm;
private Integer totalEpoch;
private Integer currentEpoch;
}