Cluster list in Microsoft.Azure.Databricks.Client fails because ClusterSource enum does not include MODELS. When you have a model serving cluster, Clu...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 02:47 AM
Cluster list in Microsoft.Azure.Databricks.Client fails because ClusterSource enum does not include MODELS.
When you have a model serving cluster, ClustersApiClient.List method fails to deserialize the API response because that cluster has MODELS as ClusterSource, which is not supported by the enum.