Skip to content
Snippets Groups Projects

Add MLFlow Rest API with 3 endpoints

Merged Eduardo Bonet requested to merge 370478-add-mlflow-compatibility into master
+ 1
1
@@ -17,7 +17,7 @@ class Mlflow < ::API::Base
not_found! unless Feature.enabled?(:ml_experiment_tracking, user_project)
end
feature_category :machine_learning
feature_category :mlops
content_type :json, 'application/json'
default_format :json
Loading