hyperparam_with_modeltype

This commit is contained in:
2026-02-12 19:16:13 +09:00
parent b0cf9e77ec
commit 5455da1e96
4 changed files with 169 additions and 176 deletions

View File

@@ -101,8 +101,9 @@ public class HyperParamApiController {
LocalDate endDate,
@Parameter(description = "버전명", example = "G_000001") @RequestParam(required = false)
String hyperVer,
@Parameter(description = "버전명", example = "G1,G2,G3") @RequestParam(required = false) ModelType model
, @Parameter(
@Parameter(description = "버전명", example = "G1,G2,G3") @RequestParam(required = false)
ModelType model,
@Parameter(
description = "정렬",
example = "createdDttm desc",
schema =