모델관리 학습 조회 수정

This commit is contained in:
2026-02-02 19:13:18 +09:00
parent 8619ded142
commit 999e413305
5 changed files with 82 additions and 77 deletions

View File

@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@RequiredArgsConstructor
@Tag(name = "모델관리", description = "모델관리 (학습 모델, 하이퍼파라미터, 메모)")
@Tag(name = "모델관리", description = "어드민 홈 > 모델학습관리 > 모델관리 > 목록")
@RequestMapping("/api/models")
public class ModelMngApiController {
private final ModelMngService modelMngService;