임시 데이터셋 폴더 생성 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

@@ -69,7 +69,7 @@ public class ModelTrainMngApiController {
@Parameter(
description = "모델",
example = "G1",
schema = @Schema(allowableValues = {"G1", "G2", "G3"}))
schema = @Schema(allowableValues = {"G1", "G2", "G3", "G4"}))
@RequestParam(required = false)
String modelNo,
@Parameter(description = "페이지 번호") @RequestParam(defaultValue = "0") int page,