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

Add endpoints for storing and retrieving metrics #675

Open
9 tasks
keithmanville opened this issue Nov 6, 2024 · 0 comments
Open
9 tasks

Add endpoints for storing and retrieving metrics #675

keithmanville opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
feature New feature to add to project

Comments

@keithmanville
Copy link
Collaborator

keithmanville commented Nov 6, 2024

Add new endpoints for storing and retrieving metrics. The service layer should proxy the calls to the mlflow client.

This is part of an effort to completely hide mlflow from the user.

Tasks:

  • Design the schemas and endpoint(s) for the metrics endpoint in the REST API design doc on google drive
  • Implement the schema(s) and controller(s) for the endpoint
  • Implement the service layer
  • Write new tests for the metrics endpoints

Definition of Done:

  • The new endpoints are documented in the API design doc on google drive
  • Metrics can be created and retrieved
  • New integration tests that cover the metrics functionality are implemented
  • All tests pass
  • The feature is merged into dev
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

2 participants