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

Python: make it possible to not print out model information #7023

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Closed

Python: make it possible to not print out model information #7023

exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments

Comments

@exalate-issue-sync
Copy link

In python client, there is currently no way of suppressing output.

One major reason is the implementation of our {{repr}} which prints instead of returning a string as other tools such as PyCharm’s IPython console expect which causes printing of model details to the console even when just using the variable inspector.

Another reason is just printing the model information in functions such as {{h2o.upload_mojo}}.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8670
Assignee: Sebastien Poirier
Reporter: Tomas Fryda
State: Resolved
Fix Version: 3.38.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#6199
https://github.com/h2oai/h2oai-serving/pull/1079

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

No branches or pull requests

1 participant