简体   繁体   English

同时向 Google AI 平台提出多个请求

[英]Several request to Google AI platform simultaneously

I am developing a website in wordpress that uses Google AI platform predictions.我正在 wordpress 中开发一个使用 Google AI 平台预测的网站。 The prediction request is done through the PHP client library.预测请求是通过 PHP 客户端库完成的。

Now my question is when several users from a website are making a prediction request simultaneously is Google's Client library able to return the right prediction to each user?现在我的问题是,当一个网站的多个用户同时发出预测请求时,Google 的客户端库是否能够向每个用户返回正确的预测?

Indeed that is the intended behavior, each response is linked to a particular request and thus responses should not be mixed up even if several requests are made simultaneously.事实上,这是预期的行为,每个响应都链接到一个特定的请求,因此即使同时发出多个请求,也不应混淆响应。 I would recommend you to look at some AI Predictions official documentation like:我建议您查看一些 AI Predictions 官方文档,例如:

In general, you should ask practical, answerable questions based on actual problems that you face (see, stack overflow How do I ask a good question? and What types of questions should I avoid asking? ).一般来说,您应该根据您面临的实际问题提出实用的、可回答的问题(请参阅堆栈溢出如何提出一个好问题?以及我应该避免问哪些类型的问题? )。 Hence, try to implement your desired behavior and if you find any problems while doing so (eg responses are not properly assigned to each user) then let us know and we will try to help you.因此,请尝试实现您想要的行为,如果您在这样做时发现任何问题(例如未正确分配给每个用户的响应),请告诉我们,我们将尽力帮助您。

In this case, if you find a clear issue with the Google prediction products you can open a public issue or contact Google Support so the Google team tackles it accordingly.在这种情况下,如果您发现 Google 预测产品存在明显问题,您可以打开公开问题或联系Google 支持,以便 Google 团队相应地解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM