운영환경일때 ai팀경로수정
This commit is contained in:
@@ -355,8 +355,12 @@ public class MapSheetInferenceJobService {
|
||||
m.setCls_model_version(progressDto.getClsModelVersion());
|
||||
m.setCd_model_type(type);
|
||||
m.setPriority(5d);
|
||||
|
||||
// log.info("InferenceSendDto={}", m);
|
||||
//운영환경일때 경로수정 dean 260226
|
||||
if (profile != null && profile.equals("prod")) {
|
||||
log.info("profile = {} [M]change inforence req", profile);
|
||||
m.changeValForProd();
|
||||
}
|
||||
log.info("[Inference]SendDto={}", m);
|
||||
// 추론 실행 api 호출
|
||||
Long batchId = ensureAccepted(m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user