Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy MLFlow metrics requests through the RESTAPI #671

Closed
jtsextonMITRE opened this issue Oct 30, 2024 · 1 comment
Closed

Proxy MLFlow metrics requests through the RESTAPI #671

jtsextonMITRE opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
feature New feature to add to project

Comments

@jtsextonMITRE
Copy link
Collaborator

Definition of Done

  • Creation of 3 new endpoints:
    • /jobs/{id}/metrics
      • should return one of each metric with the latest timestamp for this job
    • /jobs/{id}/metrics/{metric_name}/snapshots
      • should return all metrics for this job
    • /experiments/{id}/metrics
      • should return one of each metric for each job in the experiment
  • Tests for the above endpoints
@jtsextonMITRE
Copy link
Collaborator Author

duplicate of #675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to add to project
Projects
None yet
Development

No branches or pull requests

1 participant