Create Databricks model serving endpoint in Azure DevOps yaml
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 07:31 AM
Hello,
I need to create and destroy a model endpoint as part of CI/CD.
I tried with mlflow deployments create-endpoint, giving databricks as --target however it errors saying that --endpoint is not a known argument when clearly --endpoint is required. I tried this in DevOps and also in Databricks proper.
I tried running Python inside yaml but mlflow.login() fails with interactive=False and several different configurations for .databrickscfg file (host and token, host username and password).
Is there a way to create an endpoint via yaml? Do you have a working example?
0 REPLIES 0

