unsigned_int_value
Function
Obtains the sequence number of the digit type of a request body, which is generally used by the uint64_t type.
C++ Prototype
uint64_t UnsignedIntValue() const;
Python Prototype
unsigned_int_value()
Parameters
None
Usage Example
Obtains the uint64_t request ID.
1 | val = request_id.unsigned_int_value() |
Parent topic: InferRequestId