InferRequestId
Function
Default constructor, which is used to create a request body object based on the value of requestLabel as a unique sequence number.
C++ Prototype
explicit InferRequestId();
Python Prototype
InferRequestId()
Usage Example
Default constructor, which is used to construct the request ID object.
1 | request_id = llm_manager_python.InferRequestId() |
Parent topic: InferRequestId