Product area
Models
Models in Unity Catalog: versions, aliases, promotion across environments.
Concepts
- 1Models in Unity CatalogModels in Unity Catalog is the model registry built into Unity Catalog: a trained model, logged during an MLflow run (see mlflow tracking), gets registered under a three-level name — catalog.schema.model — exactly like a table. Each time you register against…Intermediate
- 2MLflow deployment jobsA deployment job is an ordinary Lakeflow job that a registered model in models in uc points at. Register a new version of that model and the job runs, with the version's name and number handed to it as parameters. The conventional shape is three tasks…Advanced Preview
- 3Monitoring a deployed modelMonitoring a deployed model on Databricks is not a separate product. It is the same data profiling feature that watches tables, described in data quality monitoring, pointed at a table whose rows happen to be model requests. You choose the InferenceLog…Advanced
News
No news for this area.