Skip to main content
Version: Next

Control Plane Python Client SDK

Python SDK for KServe control plane client interacting with KServe control plane APIs for executing operations such as creating, patching and deleting on KServe Custom resources in a remote Kubernetes cluster.

Installation​

KServe Python SDK can be installed by pip or poetry.

pip install​

pip install kserve

uv​

Checkout KServe GitHub repository and Install via uv.

cd kserve/python/kserve
uv sync

Getting Started​

Please see the Sample for Python SDK Client to get started.

API Reference​

For detailed API reference, please refer to the Control Plane Python Client SDK API Reference.