Remote Module¶
-
class
ablinfer.remote.DispatchRemote(config=None)[source]¶ Class for dispatching to an ABLInfer server.
A required
base_urlkey is added toconfig, which must be the server’s base URL, which will be passed tourllib.parse.urljoin()to construct the query URLs. In addition, asessionparameter is added toconfigwhich allows the user to provide arequests.Sessioninstance for SSL verification or authentication.