zip 파일명 변경 커밋
This commit is contained in:
@@ -296,11 +296,9 @@ public class ModelTestMetricsJobService {
|
|||||||
// 3. ZIP 파일명 생성
|
// 3. ZIP 파일명 생성
|
||||||
String zipFileName =
|
String zipFileName =
|
||||||
String.format(
|
String.format(
|
||||||
"%s.%s.%s.%s.zip",
|
"%s.%s.zip",
|
||||||
metricJson.getCdModelType(), // G1
|
metricJson.getModelVersion(), // ex) G1.G1_000001.dfdaj-dlks-fjad-dkdajfl
|
||||||
metricJson.getModelVersion(), // G1_000001
|
bestPth.getMetricType()); // ex) fscore/precision/recall
|
||||||
modelInfo.getUuid(), // uuid
|
|
||||||
bestPth.getMetricType()); // fscore/precision/recall
|
|
||||||
|
|
||||||
Path zipPath = responsePath.resolve(zipFileName);
|
Path zipPath = responsePath.resolve(zipFileName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user