Artifactsยค
The Artifacts page provides a comprehensive interface for exploring all types of artifacts (datasets, models, metrics, step metrics) tracked by CMF across your ML pipelines. This page enables users to search, filter, and analyze artifacts with detailed metadata and version history.
Artifacts represent the data entities in your ML pipeline:
- Datasets: Training data, test data, validation sets, feature matrices
- Models: Trained ML models, model checkpoints, exported models
- Metrics: Performance metrics, evaluation results, quality measures

Page Featuresยค
1. Filter Panelยค
The filter panel allows you to narrow down artifacts based on multiple criteria:
| Filter Type | Description | Options |
|---|---|---|
| Artifact Type | Filter by artifact category | Dataset, Model, Metrics |
| Custom Properties | Filter by user-defined metadata | Based on tracked properties |
Usage:
- Select a pipeline from the dropdown to view its artifacts
- Choose artifact type (Dataset/Model/Metrics) from tabs
- Use search box for full-text search across artifact names and properties
2. Artifacts Tableยค
The main table displays artifacts with the following columns:
| Column | Description |
|---|---|
| Name | Artifact name and identifier |
| Type | Artifact type (Dataset/Model/Metrics) |
| URI | Artifact location/path |
| Pipeline | Associated pipeline name |
| Created At | Timestamp of creation |
| Custom Properties | User-defined metadata |
Interactions:
- Click on artifact name: Opens detailed view with full metadata
- Click column headers: Sort by that column (ascending/descending)
- Pagination controls: Navigate through large artifact lists
Using the Artifacts Pageยค
Example 1: Find All Models from a Pipelineยค
- Navigate to Artifacts page from the sidebar
- Select your pipeline from the Pipeline dropdown
- Click on the Model tab to filter by model artifacts
- Review the list of all models created by that pipeline
- Click on a model name to view training parameters and metrics
Example 2: Track Metrics Over Timeยค
- Select Metrics artifact type tab
- Sort by Created column to view chronologically
- Click on metrics artifacts to view values
- Compare metrics across different model versions
Related Pagesยค
- Executions Page - View pipeline runs that created these artifacts
- Lineage Page - Visualize artifact dependencies and data flow
- CMF Client Commands - CLI for artifact management
- Installation & Setup - Set up CMF Server and GUI