추론 실행 수정

This commit is contained in:
2026-01-14 20:13:47 +09:00
parent 74fc25f651
commit 7c68e9e0ed
2 changed files with 17 additions and 2 deletions

View File

@@ -516,9 +516,8 @@ public class InferenceResultService {
externalHttpClient.call(url, HttpMethod.DELETE, dto, headers, String.class);
if (!result.success()) {
throw new CustomApiException("NOT_FOUND", HttpStatus.NOT_FOUND);
log.warn("Failed to delete inference result");
}
System.out.println(result);
SaveInferenceAiDto request = new SaveInferenceAiDto();
request.setStatus(Status.END.getId());