hyperparam_with_modeltype
This commit is contained in:
@@ -101,7 +101,8 @@ public class HyperParamApiController {
|
|||||||
LocalDate endDate,
|
LocalDate endDate,
|
||||||
@Parameter(description = "버전명", example = "G_000001") @RequestParam(required = false)
|
@Parameter(description = "버전명", example = "G_000001") @RequestParam(required = false)
|
||||||
String hyperVer,
|
String hyperVer,
|
||||||
@Parameter(description = "버전명", example = "G1,G2,G3") @RequestParam(required = false)
|
@Parameter(description = "모델 타입 (G1, G2, G3 중 하나)", example = "G1")
|
||||||
|
@RequestParam(required = false)
|
||||||
ModelType model,
|
ModelType model,
|
||||||
@Parameter(
|
@Parameter(
|
||||||
description = "정렬",
|
description = "정렬",
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ public class HyperParamRepositoryImpl implements HyperParamRepositoryCustom {
|
|||||||
modelHyperParamEntity.hyperVer,
|
modelHyperParamEntity.hyperVer,
|
||||||
modelHyperParamEntity.createdDttm,
|
modelHyperParamEntity.createdDttm,
|
||||||
modelHyperParamEntity.lastUsedDttm,
|
modelHyperParamEntity.lastUsedDttm,
|
||||||
|
modelHyperParamEntity.memo,
|
||||||
modelHyperParamEntity.m1UseCnt,
|
modelHyperParamEntity.m1UseCnt,
|
||||||
modelHyperParamEntity.m2UseCnt,
|
modelHyperParamEntity.m2UseCnt,
|
||||||
modelHyperParamEntity.m3UseCnt,
|
modelHyperParamEntity.m3UseCnt,
|
||||||
|
|||||||
Reference in New Issue
Block a user