[KC-108] ai api batch 작업중

This commit is contained in:
2026-01-12 20:05:48 +09:00
parent d2f2f52dd2
commit a5a5b034b4
2 changed files with 15 additions and 9 deletions

View File

@@ -238,7 +238,5 @@ public class InferenceResultCoreService {
.getInferenceResultByStatus(status)
.orElseThrow(() -> new EntityNotFoundException(status));
return entity.getBatchId();
public List<InferenceServerStatusDto> getInferenceServerStatusList() {
return mapSheetLearnRepository.getInferenceServerStatusList();
}
}