RequestId(const std::string &request_label)

接口功能

根据序列字符串request_label值创建以string类型值作为唯一序列号的请求体对象。

接口格式

RequestId(const std::string &request_label)

接口参数

参数

是否必选

说明

取值要求

request_label

必选

推理请求对象的唯一性标识,序列号,这里是string类型的。

合法的字符类型请求序列号。

使用样例

返回值

RequestId对象。