Question 235 of 280
Single answerYou work at a mobile gaming startup that creates online multiplayer games. Recently, your company observed an increase in players cheating in the games, leading to a loss of revenue and a poor user experience You built a binary classification model to determine whether a player cheated after a completed game session, and then send a message to other downstream systems to ban the player that cheated. Your model has performed well during testing, and you now need to deploy the model to production. You want your serving solution to provide immediate classifications after a completed game session to avoid further loss of revenue. What should you do?
✓AImport the model into Vertex AI Model Registry. Use the Vertex Batch Prediction service to run batch inference jobs.
BSave the model files in a Cloud Storage bucket. Create a Cloud Function to read the model files and make online inference requests on the Cloud Function.
CSave the model files in a VM. Load the model files each time there is a prediction request, and run an inference job on the VM
DImport the model into Vertex AI Model Registry. Create a Vertex AI endpoint that hosts the model, and make online inference requests.
✓
Correct Answer: A
Import the model into Vertex AI Model Registry. Use the Vertex Batch Prediction service to run batch inference jobs.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.