Client ====== The :class:`~compute_horde_sdk.v1.ComputeHordeClient` class provides an interface for interacting with the ComputeHorde service, which allows users to run jobs on decentralized, scalable compute resources. This class includes methods for creating, managing, and retrieving jobs. .. autoclass:: compute_horde_sdk.v1.ComputeHordeClient :exclude-members: .. __init__ is excluded by default, this fixes that