get_request_id
Function
Obtains a request ID.
C++ Prototype
InferRequestId GetRequestId() const
Python Prototype
get_request_id()
Parameters
None
Usage Example
Obtain the request ID corresponding to infer_request.
1 | request_id = infer_request.get_request_id() |
Parent topic: InferRequest