모델 종류 이름 변경

This commit is contained in:
2026-02-04 18:41:34 +09:00
parent 350d622e5a
commit 200b384e19
8 changed files with 22 additions and 11 deletions

View File

@@ -213,7 +213,7 @@ public class DatasetApiController {
@Parameter(
description = "모델 구분",
example = "",
schema = @Schema(allowableValues = {"M1", "M2", "M3"}))
schema = @Schema(allowableValues = {"G1", "G2", "G3"}))
@RequestParam
String modelType,
@Parameter(