How to serve a Unity Catalog ML model to external usage

johndoe99012
New Contributor II

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