전이학습 상세 - before dataset 추가
This commit is contained in:
@@ -179,6 +179,7 @@ public class ModelTrainDetailDto {
|
||||
private ModelConfigDto.Basic etcConfig;
|
||||
private TransferHyperSummary modelTrainHyper;
|
||||
private List<SelectDataSet> modelTrainDataset;
|
||||
private List<SelectDataSet> beforeTrainDataset;
|
||||
}
|
||||
|
||||
@Getter
|
||||
|
||||
@@ -47,6 +47,8 @@ public class ModelTrainMngDto {
|
||||
private ZonedDateTime packingStrtDttm;
|
||||
private ZonedDateTime packingEndDttm;
|
||||
|
||||
private Long beforeModelId;
|
||||
|
||||
public String getStatusName() {
|
||||
if (this.statusCd == null || this.statusCd.isBlank()) return null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user