|
|
@@ -25,8 +25,6 @@ public class AimServiceImpl implements AimService { |
|
|
private String aimUrl; |
|
|
private String aimUrl; |
|
|
@Value("${aim.proxyUrl}") |
|
|
@Value("${aim.proxyUrl}") |
|
|
private String aimProxyUrl; |
|
|
private String aimProxyUrl; |
|
|
@Resource |
|
|
|
|
|
private NewHttpUtils httpUtils; |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public List<InsMetricInfoVo> getExpTrainInfos(Integer experimentId) throws Exception { |
|
|
public List<InsMetricInfoVo> getExpTrainInfos(Integer experimentId) throws Exception { |
|
|
|