Private constructor to prevent direct instantiation.
Static
createCreates a new API client for the RxInfer service.
The base URL of the RxInfer API. Defaults to 'http://localhost:8000/v1'.
Optional API key. If not provided, a temporary token will be generated.
A Promise that resolves to a configured Client instance.
RxInferClient provides a factory for creating API clients to interact with the RxInfer service. This class cannot be instantiated directly - use the static create() method instead.