pixano.inference.client
PixanoInferenceClient
Bases: Settings
Pixano Inference Client.
connect(url)
staticmethod
Connect to pixano inference.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
url
|
str
|
The URL of the pixano inference server. |
required |
Source code in pixano/inference/client.py
delete(path)
Perform a DELETE request to the pixano inference server.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
The path of the request. |
required |
get(path)
Perform a GET request to the pixano inference server.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str
|
The path of the request. |
required |