Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
I'm encountering an issue where a serving endpoint I create disappears from the list of serving endpoints after a day. This has happened both when I created the endpoint from the Databricks UI and using the Databricks SDK.
If your endpoint is tied to a model in MLflow Registry, and that model is archived or deleted, it could cause the endpoint to disappear. so please check if the registered model/version still exists.