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 a9362a0 commit 3a51d44Copy full SHA for 3a51d44
docs/production/scheduling-metaflow-flows/scheduling-with-kubeflow.md
@@ -144,7 +144,7 @@ python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5
144
You can also trigger a run as a specific [Kubeflow
145
Experiment](https://www.kubeflow.org/docs/components/pipelines/concepts/experiment/):
146
```
147
-python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5 --experiment new_moddel
+python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5 --experiment new_model
148
149
By default, the latest version of the flow is triggered. You can trigger an
150
older version by specifying `--version-name`:
0 commit comments