추론 배치 다음 모델 실행할때 파라미터 log 추가
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user