DataType枚举类
枚举类功能
InferRequestId中数据类型。
C++枚举类格式
enum class DataType { UINT64, STRING };
Python接口格式
DataType.UINT64 DataType.STRING
父主题:
结构体和枚举说明