Hi I wanted to highlight or I wanted to know best way to use
resources:
model_serving_endpoint
this is getting fail while I do code promotion from dev to staging or to prod as mode serving endpoint.yml is getting fail as model is yet not registered as job is not run yet so while we do databricks bundle deploy - t staging or prod then it's fail as model is yet not registered
So best way to use in Azure DevOps CICD
So I have found Mlflow 3 deployment sdk can be use as an task which can create or update endpoint however it is non declarative
Please suggest better way to do that.
Hi I wanted to highlight or I wanted to know best way to use
resources:
model_serving_endpoint
this is getting fail while I do code promotion from dev to staging or to prod as mode serving endpoint.yml is getting fail as model is yet not registered as job is not run yet so while we do databricks bundle deploy - t staging or prod then it's fail as model is yet not registered
So best way to use in Azure DevOps CICD
So I have found Mlflow 3 deployment sdk can be use as an task which can create or update endpoint however it is non declarative
Please suggest better way to do that.