diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-19 23:11:10 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-19 23:11:10 +0200 |
commit | 8c9061ab07039665d1c7bc4a7a27fb9b9c76e742 (patch) | |
tree | 14719da2470443ddf035c4904dbdac5583266fdc /backend/api/api/Interfaces | |
parent | 8c7273e0383e2fac27247000d62a3edde704294c (diff) |
Ukoliko korisnik trenira vec treniran model. Rezultati ce se updajtovati.
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 |