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

feat: bento client #3028

Merged
merged 3 commits into from
Oct 19, 2022
Merged

feat: bento client #3028

merged 3 commits into from
Oct 19, 2022

Conversation

sauyon
Copy link
Contributor

@sauyon sauyon commented Sep 21, 2022

Rough first draft

@sauyon sauyon requested review from ssheng, parano and a team as code owners September 21, 2022 01:15
@sauyon sauyon requested review from jjmachan and removed request for a team September 21, 2022 01:15
@sauyon sauyon marked this pull request as draft September 21, 2022 01:16
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Merging #3028 (e538c0e) into main (56010f2) will increase coverage by 1.17%.
The diff coverage is 54.16%.

❗ Current head e538c0e differs from pull request most recent head 2bd2bc4. Consider uploading reports for the commit 2bd2bc4 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3028      +/-   ##
==========================================
+ Coverage   63.90%   65.07%   +1.17%     
==========================================
  Files         103      104       +1     
  Lines       10213    10309      +96     
  Branches     1862     1905      +43     
==========================================
+ Hits         6527     6709     +182     
+ Misses       3253     3160      -93     
- Partials      433      440       +7     
Impacted Files Coverage Δ
src/bentoml/_internal/service/openapi/__init__.py 95.83% <ø> (ø)
src/bentoml/_internal/service/inference_api.py 54.32% <25.00%> (-0.68%) ⬇️
src/bentoml/_internal/io_descriptors/pandas.py 54.91% <33.33%> (-2.81%) ⬇️
src/bentoml/_internal/io_descriptors/json.py 83.57% <50.00%> (-4.03%) ⬇️
src/bentoml/_internal/io_descriptors/image.py 75.79% <62.50%> (-0.88%) ⬇️
src/bentoml/_internal/io_descriptors/numpy.py 91.53% <63.63%> (-1.84%) ⬇️
src/bentoml/_internal/io_descriptors/multipart.py 90.78% <72.72%> (-3.33%) ⬇️
src/bentoml/_internal/io_descriptors/base.py 85.41% <80.00%> (+0.12%) ⬆️
src/bentoml/_internal/io_descriptors/file.py 83.33% <80.00%> (-1.37%) ⬇️
src/bentoml/_internal/io_descriptors/text.py 84.90% <87.50%> (-0.52%) ⬇️
... and 9 more

@parano parano requested a review from bojiang September 21, 2022 04:26
bentoml/_internal/io_descriptors/__init__.py Outdated Show resolved Hide resolved
bentoml/_internal/io_descriptors/base.py Outdated Show resolved Hide resolved
bentoml/_internal/io_descriptors/base.py Outdated Show resolved Hide resolved
@sauyon sauyon changed the title WIP: bento client feat: bento client Oct 12, 2022
@sauyon sauyon marked this pull request as ready for review October 12, 2022 22:10
aarnphm
aarnphm previously approved these changes Oct 13, 2022
bentoml/client.py Outdated Show resolved Hide resolved
aarnphm
aarnphm previously approved these changes Oct 18, 2022
sauyon and others added 2 commits October 18, 2022 22:12
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
aarnphm
aarnphm previously approved these changes Oct 19, 2022
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants