This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge remote-tracking branch 'origin/dev' into dev-check
pull/235/head
chenzhihang
8 months ago
parent
f5d4158532
cdb3fafd14
commit
567263b11a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/MachineLearnServiceImpl.java
+ 1
- 0
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/MachineLearnServiceImpl.java
View File
@@ -231,6 +231,7 @@ public class MachineLearnServiceImpl implements MachineLearnService {
break;
}
}
machineLearnInsService.queryStatusFromArgo(machineLearnIns);
machineLearnInsDao.insert(machineLearnIns);
machineLearnInsService.updateMLStatus(id);
if (computingResourceId != null) {
Write
Preview
Loading…
Cancel
Save