Topic 1 Question 253
You work for a delivery company. You need to design a system that stores and manages features such as parcels delivered and truck locations over time. The system must retrieve the features with low latency and feed those features into a model for online prediction. The data science team will retrieve historical data at a specific point in time for model training. You want to store the features with minimal effort. What should you do?
Store features in Bigtable as key/value data.
Store features in Vertex AI Feature Store.
Store features as a Vertex AI dataset, and use those features to train the models hosted in Vertex AI endpoints.
Store features in BigQuery timestamp partitioned tables, and use the BigQuery Storage Read API to serve the features.
ユーザの投票
コメント(2)
This is B
👍 1winston92024/01/08- 正解だと思う選択肢: B
Feature store allows point in time retrieval
👍 1winston92024/01/08
シャッフルモード