pipeline.run()
. By default, all runs are executed locally, but by configuring a different orchestrator you can, e.g., automatically execute your ML workflows on Kubeflow instead.default
stack, which features:zenml stack --help
" or visit our CLI docs.zenml stack set
. Now all your code is automatically executed using the desired tools / infrastructure.zenml <STACK_COMPONENT> register <NAME> --flavor=<FLAVOR>
. Most flavors require further parameters that you can pass as additional arguments --param=value
, similar to how we passed the flavor.zenml <STACK_COMPONENT> --help
or visit our CLI docs.zenml stack register
command:zenml stack register --help
to see a list of all possible arguments to the zenml stack register
command, including a list of which option to use for which stack component.zenml stack up
. See the Managing Stack States section for more details.zenml stack set
command, similar to how you activate a stack.zenml stack down --force
before unregistering the stack. See the Managing Stack States section for more details.