[KC-103] 추론 실행 배치 수정
This commit is contained in:
@@ -64,7 +64,7 @@ public class MapSheetMngFileJobApiController {
|
||||
@ApiResponse(responseCode = "500", description = "서버 오류", content = @Content)
|
||||
})
|
||||
public ApiResponseDto<String> inferenceRunBatch() {
|
||||
mapSheetInferenceJobService.runBatch();
|
||||
// mapSheetInferenceJobService.runBatch();
|
||||
return ApiResponseDto.createOK("OK");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user