InferenceRequest(const RequestId &reqId)

接口功能

创建InferenceRequest对象。

接口格式

InferenceRequest(const RequestId &reqId);

接口参数

参数

是否必选

说明

取值要求

reqId

必选

推理请求对象,请求之间的唯一标识。

合法的请求对象。

使用样例

返回值

InferenceRequest对象。