모델학습 설정 dto 수정

This commit is contained in:
2026-02-04 14:03:25 +09:00
parent fdfda049f8
commit abe4272227
5 changed files with 12 additions and 29 deletions

View File

@@ -30,11 +30,6 @@ public class DatasetEntity {
@Column(name = "dataset_uid", nullable = false)
private Long id;
@Size(max = 200)
@NotNull
@Column(name = "group_title", nullable = false, length = 200)
private String groupTitle;
@Column(name = "compare_yyyy", nullable = false)
private Integer compareYyyy;
@@ -134,7 +129,6 @@ public class DatasetEntity {
return new DatasetDto.Basic(
this.id,
this.uuid,
this.groupTitle,
this.title,
this.roundNo,
this.compareYyyy,