aslotte / aslotte/MLOps.NET

Add ability to get deployed model for a deployment target

Open
#252 0 comments 0 reactions 0 assignees View on GitHub
deployment
Dominant language
C#
Stars
81
Forks
28
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
We need the ability to get the run, registered model and metrics for a model currently deployed to production.

**Describe the solution you'd like**
We should add two methods

- `GetDeployedModel(string experimentId, DeploymentTarget deploymentTarget)`
- `GetRunOfDeployedModel(string experimentId, DeploymentTarget deploymentTarget)`
- `GetDeployedModel(string experimentId)` <- this should fetch the model deployed to production if any
- `GetRunOfDeployedModel(string experimentId)` <- this should fetch the Run of a model currently deployed to production

The last method should return a `RegisteredModel` for the deployment target populated with the `Run` and all `Metrics` etc.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.