Question 74 of 280
Single answerYou have deployed a model on Vertex AI for real-time inference. During an online prediction request, you get an
“Out of Memory” error. What should you do?
AUse batch prediction mode instead of online mode.
✓BSend the request again with a smaller batch of instances.
CUse base64 to encode your data before using it for prediction.
DApply for a quota increase for the number of prediction requests.
✓
Correct Answer: B
Send the request again with a smaller batch of instances.
▥
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.