Which TWO factors should be considered when choosing between Amazon SageMaker's real-time endpoints and serverless inference? (Select TWO.)
Serverless inference does not support GPU instances.
Why this answer
GPU requirement is a key factor because SageMaker real-time endpoints support GPU-based instances (e.g., ml.p3, ml.g4dn) for low-latency inference on deep learning models, while serverless inference only supports CPU instances. If your model requires GPU acceleration for acceptable latency, you must choose a real-time endpoint.
Exam trap
Candidates often mistakenly think serverless inference cannot handle large models or lacks Lambda integration, but the real differentiators are GPU support and traffic pattern suitability.