type接口
接口功能
获取请求体对象唯一的序列号标识的数据类型。
C++函数原型
DataType Type() const;
Python函数
type()
接口参数
无。
使用样例
获取请求ID的数据类型。
1
type
=
request_id
.
type
()
父主题:
InferRequestId