베스트 에폭 API, 2단계 실행 시 best epoch 업데이트

This commit is contained in:
2026-02-12 12:07:44 +09:00
parent 96035f864a
commit 8d416317a8
9 changed files with 96 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ public class TestJobService {
// 마스터 확인
modelTrainMngCoreService.findModelById(modelId);
// best epoch 업데이트
modelTrainMngCoreService.updateModelMasterBestEpoch(modelId, epoch);
Map<String, Object> params = new java.util.LinkedHashMap<>();
params.put("jobType", "EVAL");
params.put("uuid", String.valueOf(uuid));