Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/ml/mlflow.rb')
-rw-r--r--lib/api/ml/mlflow.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/ml/mlflow.rb b/lib/api/ml/mlflow.rb
index e7ed8e2e70c..a63ee524332 100644
--- a/lib/api/ml/mlflow.rb
+++ b/lib/api/ml/mlflow.rb
@@ -65,8 +65,8 @@ module API
experiment_repository.by_iid_or_name(iid: iid, name: name) || resource_not_found!
end
- def find_candidate!(iid)
- candidate_repository.by_iid(iid) || resource_not_found!
+ def find_candidate!(eid)
+ candidate_repository.by_eid(eid) || resource_not_found!
end
def packages_url