Output Artifact
Conceptual overview of output artifacts in Kubeflow Pipelines
An output artifact is an output emitted by a pipeline component, which theKubeflow Pipelines UI understands and can render as rich visualizations. It’suseful for pipeline components to include artifacts so that you can provide forperformance evaluation, quick decision making for the run, or comparison acrossdifferent runs. Artifacts also make it possible to understand how the pipeline’svarious components work. An artifact can range from a plain textual view of thedata to rich interactive visualizations.
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.
- Read more about the availableoutput viewersand how to provide the metadata to make use of the visualizationsthat the output viewers provide.