A county fair runs a photo-scoring booth only three weekends a year. Traffic spikes for those days and is otherwise zero. The team does not want to pay for an always-on dedicated host in January. Which inference hosting style fits?
Select an answer to reveal the explanation.
Short Explanation
Think of a carnival booth that only opens three weekends. Serverless inference is the host that can go dark in January and wake up when the line appears. An always-on box burns money all year, and scoring a guest photo is not a reason to train a new model at the door.
Full Explanation
Serverless inference is built for bursty or sporadic traffic and can scale to zero when idle, which matches a three-weekend fair booth. An always-on dedicated host wastes cost in the off season. Scoring county tax records overnight is a different job and a batch pattern. Inferencing a guest photo is not a reason to train a new model at the booth.