zip 파일명 변경 커밋

This commit is contained in:
2026-04-09 13:37:23 +09:00
parent 8b7ff0162d
commit bb48cb8610

View File

@@ -296,11 +296,9 @@ public class ModelTestMetricsJobService {
// 3. ZIP 파일명 생성
String zipFileName =
String.format(
"%s.%s.%s.%s.zip",
metricJson.getCdModelType(), // G1
metricJson.getModelVersion(), // G1_000001
modelInfo.getUuid(), // uuid
bestPth.getMetricType()); // fscore/precision/recall
"%s.%s.zip",
metricJson.getModelVersion(), // ex) G1.G1_000001.dfdaj-dlks-fjad-dkdajfl
bestPth.getMetricType()); // ex) fscore/precision/recall
Path zipPath = responsePath.resolve(zipFileName);