Experiments
An experiment is a logical grouping of pipeline runs. It's the Kubeflow Pipelines equivalent of a folder — you create an experiment, then run pipelines inside it. Experiments let you compare runs side-by-side and track related work together.
Preview
The Pipelines tab is in early access. Experiment management is read-only in the UI. Create and manage experiments via the Vantage SDK or the Kubeflow Pipelines API.
The experiments list
The list view shows every experiment in your workspace. Each row displays:
- Name — the experiment's display name.
- Description — optional description.
- Created — when the experiment was created.
- Runs — number of runs inside this experiment.
Click an experiment to see all its runs, parameters, and metrics.
Next steps
- Runs — individual pipeline executions
- Recurring Runs — scheduled pipeline triggers