QuestionQ182

Deployment Strategies

Which of these machine-learning model deployment paradigms is most common in machine-learning projects?

  • A On-device
  • B Streaming
  • C Real-time
  • D Batch
  • E None of these deployments
Explanation

Batch deployment runs inference over accumulated data on a schedule or as an asynchronous job. It is broadly used because it provides high throughput and cost efficiency when predictions do not need immediate, low-latency responses; real-time, streaming, and on-device serving are selected for more specialized latency or connectivity requirements.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!