모델학습 데이터셋 선택 목록 수정

This commit is contained in:
2026-02-05 14:22:37 +09:00
parent 381b7d7e0b
commit 693e3ef3ab

View File

@@ -114,7 +114,7 @@ public class ModelTrainMngApiController {
return ApiResponseDto.ok(modelTrainMngService.getModelConfigByModelId(uuid));
}
@Operation(summary = "학습데이터관리 상세 조회", description = "학습데이터관리 상세 정보를 조회합니다.")
@Operation(summary = "모델별 데이터셋 목록 조회", description = "모델별 데이터셋 목록 조회 API")
@ApiResponses(
value = {
@ApiResponse(