Type
Function
Obtains the data type identified by a unique sequence number of a request body object.
C++ Prototype
DataType Type() const;
Python Prototype
type()
Parameters
None
Usage Example
Obtain the data type of a request ID.
1 | type = request_id.type() |
Parent topic: InferRequestId