Inference Python Client
Inference REST Client API Reference¶
| Class | Method | Description |
|---|---|---|
| InferenceRESTClient | infer | Runs asynchronous inference using the supplied data. |
| InferenceRESTClient | explain | Runs asynchronous explanation using the supplied data. |
| InferenceRESTClient | is_server_ready | Checks if the inference server is ready. |
| InferenceRESTClient | is_server_live | Checks if the inference server is live. |
| InferenceRESTClient | is_model_ready | Checks if the specified model is ready. |
Inference GRPC Client API Reference¶
| Class | Method | Description |
|---|---|---|
| InferenceGRPCClient | infer | Runs asynchronous inference using the supplied data. |
| InferenceGRPCClient | is_server_ready | Checks if the inference server is ready. |
| InferenceGRPCClient | is_server_live | Checks if the inference server is live. |
| InferenceGRPCClient | is_model_ready | Checks if the specified model is ready. |