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 47b746f commit 1a10652Copy full SHA for 1a10652
sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
@@ -295,7 +295,7 @@ def tune(
295
experiment.spec.trial_template = trial_template
296
297
# Create the Katib Experiment.
298
- self.create_experiment(exp_object=experiment)
+ self.create_experiment(exp_object=experiment, namespace=namespace)
299
300
# TODO (andreyvelich): Get Experiment should always return one Experiment.
301
# Use list_experiments to return Experiment list.
0 commit comments