|
|
@@ -157,7 +157,7 @@ public class AutoMlServiceImpl implements AutoMlService { |
|
|
AutoMlParamVo autoMlParam = new AutoMlParamVo(); |
|
|
AutoMlParamVo autoMlParam = new AutoMlParamVo(); |
|
|
BeanUtils.copyProperties(autoMl, autoMlParam); |
|
|
BeanUtils.copyProperties(autoMl, autoMlParam); |
|
|
autoMlParam.setDataset(JsonUtils.jsonToMap(autoMl.getDataset())); |
|
|
autoMlParam.setDataset(JsonUtils.jsonToMap(autoMl.getDataset())); |
|
|
String param = JsonUtils.getConvertParam(autoMlParam); |
|
|
|
|
|
|
|
|
String param = JsonUtils.objectToJson(autoMlParam); |
|
|
// 调argo转换接口 |
|
|
// 调argo转换接口 |
|
|
try { |
|
|
try { |
|
|
String convertRes = HttpUtils.sendPost(argoUrl + convertAutoML, param); |
|
|
String convertRes = HttpUtils.sendPost(argoUrl + convertAutoML, param); |
|
|
|