From the course: MLOps with Databricks
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Deploy serving endpoints - Databricks Tutorial
From the course: MLOps with Databricks
Deploy serving endpoints
- [Instructor] In this video, I will be talking about deployment of the serving endpoints. Until now, we successfully registered three models in unit two catalog and created the richest pack. Let's go ahead and deploy three serving endpoints, hotel-cancellations-model for the basic model, hotel-cancellations-model-fe for the model with feature lookup, hotel-cancellation-preds for the feature spec called return predictions. All the serving endpoints can be deployed in the same fashion no matter what gets served behind it. Using the Databricks as decay workspace client. Let's initialize an instance of the workspace client class called workspace. We use workspace serving endpoints create methods to create the hotel-cancellations-model endpoint. It requires to input a name and the config for the endpoint. As part of the configuration we need to provide served entities. It's a list that consists of served entity input class instances. This list can contain up to 15 entities, and traffic…