Skip to content

Commit d274f61

Browse files
authored
Fix MCP vs Artifact Control Plane (#3508)
1 parent e0de852 commit d274f61

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
-312 KB
Binary file not shown.

docs/book/getting-started/zenml-pro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ layout:
2222

2323
The [Pro version of ZenML](https://zenml.io/pro) extends the Open Source product with advanced features for enterprise-grade MLOps.
2424

25-
![Walkthrough of ZenML Model Control Plane](../../.gitbook/assets/mcp_walkthrough.gif)
25+
![Walkthrough of ZenML Model Control Plane](../../.gitbook/assets/mcp-walkthrough.gif)
2626

2727
## Key Features
2828

docs/book/how-to/model-management-metrics/model-control-plane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: tower-control
44

55
# Use the Model Control Plane
66

7-
![Walkthrough of ZenML Model Control Plane (Dashboard available only on ZenML Pro)](../../../.gitbook/assets/mcp_walkthrough.gif)
7+
![Walkthrough of ZenML Model Control Plane (Dashboard available only on ZenML Pro)](../../../.gitbook/assets/mcp-walkthrough.gif)
88

99
A `Model` is simply an entity that groups pipelines, artifacts, metadata, and other crucial business data into a unified entity. A ZenML Model is a concept that more broadly encapsulates your ML products business logic. You may even think of a ZenML Model as a "project" or a "workspace"
1010

docs/book/user-guide/starter-guide/manage-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Understand and adjust how ZenML versions your data.
66

77
Data sits at the heart of every machine learning workflow. Managing and versioning this data correctly is essential for reproducibility and traceability within your ML pipelines. ZenML takes a proactive approach to data versioning, ensuring that every artifact—be it data, models, or evaluations—is automatically tracked and versioned upon pipeline execution.
88

9-
![Walkthrough of ZenML Artifact Control Plane (Dashboard available only on ZenML Pro)](../../.gitbook/assets/dcp\_walkthrough.gif)
9+
![Walkthrough of ZenML Artifact Control Plane (Dashboard available only on ZenML Pro)](../../.gitbook/assets/dcp_walkthrough.gif)
1010

1111
This guide will delve into artifact versioning and management, showing you how to efficiently name, organize, and utilize your data with the ZenML framework.
1212

docs/book/user-guide/starter-guide/track-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Creating a full picture of a ML model using the Model Control Plane
44

55
# Track ML models
66

7-
![Walkthrough of ZenML Model Control Plane (Dashboard available only on ZenML Pro)](../../.gitbook/assets/mcp_walkthrough.gif)
7+
![Walkthrough of ZenML Model Control Plane (Dashboard available only on ZenML Pro)](../../.gitbook/assets/mcp-walkthrough.gif)
88

99
As discussed in the [Core Concepts](https://docs.zenml.io/getting-started/core-concepts), ZenML also contains the notion of a `Model`, which consists of many model versions (the iterations of the model). These concepts are exposed in the `Model Control Plane` (MCP for short).
1010

0 commit comments

Comments
 (0)