LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Deployment & Operations

Model Registry

A model registry is a versioned catalog that tracks every trained ML model artifact, along with its metadata, training data lineage, evaluation metrics, approval status, and deployment stage (staging, production, archived).

Full definition

The registry is the system of record for "which model is in production right now, who approved it, and what data trained it." Common implementations include MLflow Model Registry, SageMaker Model Registry, and Vertex AI Model Registry. Under the EU AI Act, high-risk AI providers must keep technical documentation and post-market records — a registry is the natural place to anchor that obligation.

Why it matters

Without a registry, model rollbacks become forensic exercises and audits become spreadsheet archaeology. A registry makes "promote model v37 to production" and "roll back to v36" idempotent CLI commands, and it gives risk and compliance teams a single page to ask "what is running, on what data, approved by whom."

Example

A bank promotes credit-scoring v42 to production through the registry; an alert fires two days later, the on-call engineer rolls back to v41 in 90 seconds and the registry preserves the full incident trail.

Source & further reading

Primary source: MLflow Documentation — Model Registry (2024).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/en/glossary/model-registry/.