zip 파일명 변경 커밋
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user