|
|
|
@@ -727,7 +727,8 @@ public class ModelsServiceImpl implements ModelsService { |
|
|
|
String root_path = sourcePath.split("/")[1]; |
|
|
|
minioUtil.downloadFiles(bucketName, root_path, modelPath); |
|
|
|
|
|
|
|
buildingModel = modelDependency1Dao.queryByTrainTask(JSON.toJSONString(modelsVo.getTrainTask())); |
|
|
|
BeansUtils.copyPropertiesIgnoreNull(modelsVo, modelMetaVo); |
|
|
|
buildingModel = modelDependency1Dao.queryByTrainTask(JSON.toJSONString(modelMetaVo)); |
|
|
|
} else { |
|
|
|
dvcUtils.moveFiles(sourcePath, modelPath); |
|
|
|
|
|
|
|
|