학습데이터 다운로드 파일 정보 API 추가

This commit is contained in:
2026-02-12 22:47:13 +09:00
parent 4219b88fb3
commit e1ceb769dd
6 changed files with 58 additions and 0 deletions

View File

@@ -245,4 +245,13 @@ public class ModelTrainDetailDto {
private Float iou;
private Float accuracy;
}
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class ModelFileInfo {
private Boolean fileExistsYn;
private String fileName;
}
}