Topic 1 Question 163
You are an ML engineer at a retail company. You have built a model that predicts a coupon to offer an ecommerce customer at checkout based on the items in their cart. When a customer goes to checkout, your serving pipeline, which is hosted on Google Cloud, joins the customer's existing cart with a row in a BigQuery table that contains the customers' historic purchase behavior and uses that as the model's input. The web team is reporting that your model is returning predictions too slowly to load the coupon offer with the rest of the web page. How should you speed up your model's predictions?
Attach an NVIDIA P100 GPU to your deployed model’s instance.
Use a low latency database for the customers’ historic purchase behavior.
Deploy your model to more instances behind a load balancer to distribute traffic.
Create a materialized view in BigQuery with the necessary data for predictions.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Option B seems most sensible.
👍 1kalle_balle2024/01/06
シャッフルモード