Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Expose params passed to mlem.api.save to fastapi's interface.json #670

Merged
merged 4 commits into from
May 11, 2023

Conversation

aguschin
Copy link
Contributor

close #664

@aguschin aguschin added plugins Plugins and extensions for MLEM! serve Serving models labels May 10, 2023
@aguschin aguschin requested a review from a team as a code owner May 10, 2023 12:02
@aguschin aguschin self-assigned this May 10, 2023
@aguschin aguschin temporarily deployed to internal May 10, 2023 12:02 — with GitHub Actions Inactive
@aguschin aguschin temporarily deployed to internal May 10, 2023 14:38 — with GitHub Actions Inactive
@aguschin aguschin temporarily deployed to internal May 10, 2023 14:59 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 🎉

Comparison is base (2b63b34) 85.75% compared to head (0cde838) 85.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #670      +/-   ##
==========================================
+ Coverage   85.75%   85.80%   +0.04%     
==========================================
  Files         109      109              
  Lines        9922     9937      +15     
==========================================
+ Hits         8509     8526      +17     
+ Misses       1413     1411       -2     
Impacted Files Coverage Δ
mlem/core/metadata.py 97.97% <ø> (ø)
mlem/core/objects.py 87.51% <100.00%> (+0.13%) ⬆️
mlem/runtime/interface.py 88.66% <100.00%> (+0.39%) ⬆️
mlem/runtime/server.py 89.34% <100.00%> (+0.12%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aguschin aguschin merged commit 5936765 into main May 11, 2023
@aguschin aguschin deleted the expose-params branch May 11, 2023 12:58
@aguschin aguschin mentioned this pull request May 17, 2023
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugins Plugins and extensions for MLEM! serve Serving models
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose custom information in FastAPI's interface.json
1 participant