Scaleout Edge Clients ===================== This section documents the client implementations available for Scaleout Edge. Clients run on edge nodes and communicate with the Scaleout Edge network to perform local training, evaluation, and model exchange. Multiple client implementations exist to support different environments and programming languages. Python Client ------------- The Python client provides a high-level API for integrating local training code with the Scaleout Edge network. It is suitable for servers, development machines, notebooks, and lightweight edge nodes. .. autoclass:: scaleout.EdgeClient :members: :undoc-members: :show-inheritance: .. autoclass:: scaleout.ScaleoutModel :members: :undoc-members: :show-inheritance: Additional Clients ------------------ Support for additional client implementations (e.g., C++ and Kotlin) will be included here in future versions of the documentation.