Models
The Model Registry is where trained models are registered, versioned, and promoted through lifecycle stages — from development to staging to production.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and performs token exchange to the model registry backend. |
| MLflow | Hosts the model registry. Manages versions, stage transitions, and model metadata. Runs inside the tenant cluster. |
Go Deeper
- Security → Authentication and Authorization in the Cogrion UI
- Platform Developer → Deploying the ML Stack