하이퍼파라미터 기능 추가
This commit is contained in:
@@ -280,9 +280,9 @@ public class ModelHyperParamEntity {
|
||||
private String memo;
|
||||
|
||||
@NotNull
|
||||
@ColumnDefault("'N'")
|
||||
@ColumnDefault("false")
|
||||
@Column(name = "del_yn", nullable = false, length = 1)
|
||||
private String delYn = "N";
|
||||
private Boolean delYn = false;
|
||||
|
||||
@NotNull
|
||||
@ColumnDefault("CURRENT_TIMESTAMP")
|
||||
|
||||
@@ -186,6 +186,7 @@ public class ModelTrainMasterEntity {
|
||||
this.step2Duration,
|
||||
this.step1Status,
|
||||
this.step2Status,
|
||||
this.transferStatus);
|
||||
this.transferStatus,
|
||||
this.statusCd);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user