임시 데이터셋 폴더 생성 G4 추가

This commit is contained in:
2026-04-02 18:04:41 +09:00
parent 71d9835b03
commit e93f533c59
5 changed files with 118 additions and 40 deletions

View File

@@ -101,7 +101,7 @@ public class HyperParamApiController {
LocalDate endDate,
@Parameter(description = "버전명", example = "G1_000019") @RequestParam(required = false)
String hyperVer,
@Parameter(description = "모델 타입 (G1, G2, G3 중 하나)", example = "G1")
@Parameter(description = "모델 타입 (G1, G2, G3, G4 중 하나)", example = "G1")
@RequestParam(required = false)
ModelType model,
@Parameter(