There was a model which was migrated from workspace model registry to unity catalog. At the time of initial creation of that model, dependencies to other databricks serving endpoints were configured using "DatabricksServiceEndpoint" config in mlflow. Note that this model regsitered on workspace model registry was placed on a serving endpoint called serving_a.
After migration to unity catalog, when I attempt to place the unity catalog model as model on the serving endpoint serving_a, I get the error that it cannot find dependent serving endpoints which were setup when the model was created on workspace model registry.
Please how can i solve this