모델학습 데이터셋 선택 목록 수정
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user