추론 실행 수정
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user