Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

对于使用secretpad发布的模型,特征服务选择的Mock服务,然后使用mock服务发送模型预测请求 #65

Open
JiaIcecream opened this issue May 23, 2024 · 4 comments

Comments

@JiaIcecream
Copy link

我使用secretpad训练了一个模型并发布,在选择特征服务的时候选择了mock服务,我想问一下怎么使用http发送预测请求。
根据该地址:https://www.secretflow.org.cn/zh-CN/docs/kuscia/v0.6.0b0/tutorial/run_sf_serving_with_api_cn#id5 未看到怎么使用mock方式

@zimu-yuxi
Copy link

可以按照这个示例去跑一下。使用mock特征数据源,请求预测服务的时候查询参数(fs_param的query_datas)可以是任意值

@huocun-ant
Copy link
Collaborator

特征数据源在启动serving的时候就指定的,在serving启动后特征数据源不变了。serving启动后,可以使用curl命令来发送Predict请求,参考 https://www.secretflow.org.cn/zh-CN/docs/kuscia/v0.8.0b0/tutorial/run_sf_serving_with_api_cn#id5,predict请求对特征服务的类型是不感知的

@dmxdxx
Copy link

dmxdxx commented Sep 2, 2024

特征数据源在启动serving的时候就指定的,在serving启动后特征数据源不变了。serving启动后,可以使用curl命令来发送Predict请求,参考 https://www.secretflow.org.cn/zh-CN/docs/kuscia/v0.8.0b0/tutorial/run_sf_serving_with_api_cn#id5,predict请求对特征服务的类型是不感知的

image
老师是选择这个mock特征数据源,请求预测服务的时候就无论query_datas里面是什么都是固定值吗?
1、这个固定值value的含义是什么
2、如何改变传参,得到根据输入特征值不同,给出对应的预测结果,麻烦了

@dmxdxx
Copy link

dmxdxx commented Sep 2, 2024

可以按照这个示例去跑一下。使用mock特征数据源,请求预测服务的时候查询参数(fs_param的query_datas)可以是任意值

使用mock特征数据源,请求预测服务的时候,结果value是固定值么;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants