모델학습관리 > 모델별 진행 상황 API 추가
This commit is contained in:
@@ -312,4 +312,16 @@ public class ModelTrainMngDto {
|
||||
return formatDuration(this.packingStrtDttm, this.packingEndDttm);
|
||||
}
|
||||
}
|
||||
|
||||
@Getter
|
||||
@Builder
|
||||
@AllArgsConstructor
|
||||
public static class ModelProgressStepDto {
|
||||
|
||||
private int step;
|
||||
private String status;
|
||||
@JsonFormatDttm private ZonedDateTime startTime;
|
||||
@JsonFormatDttm private ZonedDateTime endTime;
|
||||
private boolean isError;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user