diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-20 00:06:49 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-20 00:06:49 +0200 |
commit | 638f410ad569c632c8dab6cdf66d6b5fd90d5b0c (patch) | |
tree | a8f0bbffbdb397a0e7a151feb374b0cc05da1983 /backend/api/api/Interfaces | |
parent | 78c346b1296d2820e943e2918e4d3e9e57093e8f (diff) | |
parent | 863881a77f00810f3298aaf6fc451edfe733d121 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'backend/api/api/Interfaces')
-rw-r--r-- | backend/api/api/Interfaces/IPredictorService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/api/api/Interfaces/IPredictorService.cs b/backend/api/api/Interfaces/IPredictorService.cs index 16f0432a..8a8308be 100644 --- a/backend/api/api/Interfaces/IPredictorService.cs +++ b/backend/api/api/Interfaces/IPredictorService.cs @@ -12,5 +12,6 @@ namespace api.Services List<Predictor> GetPublicPredictors(); List<Predictor> SortPredictors(string userId, bool ascdsc, int latest); void Update(string id, Predictor predictor); + public Predictor Exists(string modelId, string experimentId); } }
\ No newline at end of file |