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. Anignore_mismatchparameter has been added to config; ifTrue, any mismatch between the local version and the server version will be ignored.