How to serve a Unity Catalog ML model to external usage
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 11:14 PM
Hello everyone
I am following this notebook tutorial
https://docs.databricks.com/en/machine-learning/manage-model-lifecycle/index.html#example-notebook
Now I can register a machine learning model in Unity Catalog, but the tutorial only shows how to use that from databricks inside.
How could I deploy the model for external usage, for instance, to call the model via an API from my computer (similar to AWS API Gateway)?
Many thanks