You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 anyGetRunOfDeployedModel(string experimentId)
<- this should fetch the Run of a model currently deployed to productionThe last method should return a
RegisteredModel
for the deployment target populated with theRun
and allMetrics
etc.The text was updated successfully, but these errors were encountered: