We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752881c commit c948318Copy full SHA for c948318
dataikuapi/dss/recipe.py
@@ -1371,9 +1371,9 @@ def with_output_metrics(self, name):
1371
"""Sets the output dataset containing the metrics"""
1372
return self._with_output(name, role="metrics")
1373
1374
- def with_output_evaluation_store(self, name):
+ def with_output_evaluation_store(self, mes_id):
1375
"""Sets the output model evaluation store"""
1376
- return self._with_output(name, role="evaluationStore")
+ return self._with_output(mes_id, role="evaluationStore")
1377
1378
1379
class ClusteringScoringRecipeCreator(SingleOutputRecipeCreator):
0 commit comments