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 some python client examples to the docs #316

Open
njhill opened this issue Jan 18, 2023 · 4 comments
Open

Add some python client examples to the docs #316

njhill opened this issue Jan 18, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@njhill
Copy link
Member

njhill commented Jan 18, 2023

Some self-contained / end-to-end examples of:

  • Using the python SDK to manipulate ServingRuntimes / InferenceServices
  • Generating gRPC stubs for the KServe V2 API and using these to make inference requests, including some that demonstrate using string/bytes datatype
  • Making inferencing requests using the KServe V2 REST API
@njhill njhill added the documentation Improvements or additions to documentation label Jan 18, 2023
@rafvasq
Copy link
Member

rafvasq commented Feb 14, 2023

@lamoghaighoroje
Copy link

A good first issue for me to contribute in the community. So I will work on this now. Thanks

@njhill njhill added the good first issue Good for newcomers label Feb 16, 2023
@njhill
Copy link
Member Author

njhill commented Feb 16, 2023

Thanks @lamoghaighoroje!

@lgdeloss
Copy link
Contributor

lgdeloss commented May 8, 2023

Hi I'm wondering if I can collaborate on the fix for this issue

kserve-oss-bot pushed a commit that referenced this issue Jul 24, 2023
#### Motivation

- There is lack of documentation for how to interface with modelmesh-serving using python sdk

#### Modifications

- Added documentation on how to interface with Python client sdk for modelmesh-serving
- Added  `docs/samples/modelmesh_sdk_sample.ipynb`

#### Result

- Works on #316


Signed-off-by: Luis Delossantos <[email protected]>
ckadner pushed a commit that referenced this issue Jul 24, 2023
#### Motivation

- There is lack of documentation for how to interface with modelmesh-serving using python sdk

#### Modifications

- Added documentation on how to interface with Python client sdk for modelmesh-serving
- Added  `docs/samples/modelmesh_sdk_sample.ipynb`

#### Result

- Works on #316

Signed-off-by: Luis Delossantos <[email protected]>
(cherry picked from commit 5d71c59)
ckadner pushed a commit that referenced this issue Jul 24, 2023
#### Motivation

- There is lack of documentation for how to interface with modelmesh-serving using python sdk

#### Modifications

- Added documentation on how to interface with Python client sdk for modelmesh-serving
- Added  `docs/samples/modelmesh_sdk_sample.ipynb`

#### Result

- Works on #316

Signed-off-by: Luis Delossantos <[email protected]>
(cherry picked from commit 5d71c59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants