|
|
|
@@ -230,7 +230,8 @@ public class AutoMlInsServiceImpl implements AutoMlInsService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public AutoMlIns getDetailById(Long id) { |
|
|
|
return this.autoMlInsDao.queryById(id); |
|
|
|
AutoMlIns autoMlIns = this.autoMlInsDao.queryById(id); |
|
|
|
return queryStatusFromArgo(autoMlIns); |
|
|
|
} |
|
|
|
|
|
|
|
public void updateAutoMlStatus(Long autoMlId) { |
|
|
|
|