추론 배치 다음 모델 실행할때 파라미터 log 추가

This commit is contained in:
2026-01-21 15:14:37 +09:00
parent 5306579ee5
commit 62466e96e9
2 changed files with 4 additions and 0 deletions

View File

@@ -369,6 +369,7 @@ public class MapSheetInferenceJobService {
m.setCd_model_type(inferenceType);
m.setPriority(progressDto.getPriority());
log.info("InferenceSendDto={}", m);
// 추론 실행 api 호출
Long batchId = ensureAccepted(m);