Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes ([x]).
Info
- Modzy SDK version: 0.11.5
- Python version: 3.8.10
- Operating System: Linux
Description
The edge client inferences.run method is a wrapper around inferences.perform_inference and inferences.block_until_complete. The issue is, this method does not accept a timeout parameter, so for models that take longer than 30 seconds to perform inference (default value in block_until_complete method, you have to manually use the perform inference --> block until complete methods.
Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (
[x]).Info
Description
The edge client
inferences.runmethod is a wrapper aroundinferences.perform_inferenceandinferences.block_until_complete. The issue is, this method does not accept a timeout parameter, so for models that take longer than 30 seconds to perform inference (default value inblock_until_completemethod, you have to manually use the perform inference --> block until complete methods.