explicit InferenceRequest(const RequestId &reqId)
接口功能
创建InferenceRequest对象。
接口格式
explicit InferenceRequest(const RequestId &reqId);
接口参数
参数 |
是否必选 |
说明 |
取值要求 |
---|---|---|---|
reqId |
必选 |
推理请求对象,请求之间的唯一标识。 |
合法的请求对象。 |
使用样例
无
返回值
InferenceRequest对象。
父主题: InferenceRequest