PROFESSIONAL-DATA-ENGINEER · Question #78
What are two of the characteristics of using online prediction rather than batch prediction?
The correct answer is B. Predictions are returned in the response message. D. It is optimized to minimize the latency of serving predictions.. Explanation/Reference: Online prediction .Optimized to minimize the latency of serving predictions. .Predictions returned in the response message. Batch prediction .Optimized to handle a high volume of instances in a job and to run more complex models. .Predictions written to out
Question
Options
- AIt is optimized to handle a high volume of data instances in a job and to run more complex models.
- BPredictions are returned in the response message.
- CPredictions are written to output files in a Cloud Storage location that you specify.
- DIt is optimized to minimize the latency of serving predictions.
How the community answered
(31 responses)- A3% (1)
- B87% (27)
- C10% (3)
Explanation
Explanation/Reference: Online prediction .Optimized to minimize the latency of serving predictions. .Predictions returned in the response message. Batch prediction .Optimized to handle a high volume of instances in a job and to run more complex models. .Predictions written to output files in a Cloud Storage location that you
Topics
Community Discussion
No community discussion yet for this question.