|
|
|
@@ -4,10 +4,7 @@ import com.alibaba.fastjson2.JSON; |
|
|
|
import com.ruoyi.platform.domain.ExperimentIns; |
|
|
|
import com.ruoyi.platform.service.AimService; |
|
|
|
import com.ruoyi.platform.service.ExperimentInsService; |
|
|
|
import com.ruoyi.platform.utils.AIM64EncoderUtil; |
|
|
|
import com.ruoyi.platform.utils.HttpUtils; |
|
|
|
import com.ruoyi.platform.utils.JacksonUtil; |
|
|
|
import com.ruoyi.platform.utils.JsonUtils; |
|
|
|
import com.ruoyi.platform.utils.*; |
|
|
|
import com.ruoyi.platform.vo.InsMetricInfoVo; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
@@ -29,7 +26,7 @@ public class AimServiceImpl implements AimService { |
|
|
|
@Value("${aim.proxyUrl}") |
|
|
|
private String aimProxyUrl; |
|
|
|
@Resource |
|
|
|
private HttpUtils httpUtils; |
|
|
|
private NewHttpUtils httpUtils; |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<InsMetricInfoVo> getExpTrainInfos(Integer experimentId) throws Exception { |
|
|
|
|