summaryrefslogtreecommitdiff
path: root/lib/api/entities/ml/mlflow/run.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/ml/mlflow/run.rb')
-rw-r--r--lib/api/entities/ml/mlflow/run.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities/ml/mlflow/run.rb b/lib/api/entities/ml/mlflow/run.rb
index 937d222ea37..a8e1cfe08dd 100644
--- a/lib/api/entities/ml/mlflow/run.rb
+++ b/lib/api/entities/ml/mlflow/run.rb
@@ -9,6 +9,7 @@ module API
expose(:info) { |candidate| RunInfo.represent(candidate) }
expose :data do
expose :metrics, using: Metric
+ expose :params, using: RunParam
end
end
end