Hugh Signoriello
Hugh Signoriello
I have added and tested Api endpoints for Model Versions (List model versions, get model versions, get model version by alias) https://docs.databricks.com/api/workspace/modelversions Additionally I also added Api endpoints for Registered...
Get a run api endpoint added https://docs.databricks.com/api/azure/workspace/experiments/getrun - Unit tests passing - Client tested in real environment Resolves #205
Add ML flow experiments get a run endpoint https://docs.databricks.com/api/azure/workspace/experiments/getrun Update: I am working on this and have set up the boilerplate for adding the experiments endpoints and am testing these...
- Add api endpoints for Model Versions https://docs.databricks.com/api/workspace/modelversions - Add api endpoints for Registered Models https://docs.databricks.com/api/workspace/registeredmodels Update: I've made the relevant changes to add these endpoints and unit tests are...
In record object Run The metric type needs to be an object as I found step was stored as such: "step": { "valueKind": 4 } [JsonPropertyName("step")] public object Step {...