Step
Conceptual overview of steps in Kubeflow Pipelines
A step is an execution of one of the components in the pipeline. Therelationship between a step and its component is one of instantiation, much likethe relationship between a run and its pipeline. In a complex pipeline,components can execute multiple times in loops, or conditionally after resolvingan if/else like clause in the pipeline code.
Next steps
- Read an overview of Kubeflow Pipelines.
- Follow the pipelines quickstart guideto deploy Kubeflow and run a sample pipeline directly from the KubeflowPipelines UI.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 21.06.2019: Refactored the Pipelines navigation. (#820) (3c584ba1)