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