feat/training_260202 #19

Merged
teddy merged 2 commits from feat/training_260202 into develop 2026-02-05 15:08:42 +09:00
Showing only changes of commit 693e3ef3ab - Show all commits

View File

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