-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering on AWS - Second Edition
By :
In this chapter, we explored different options and strategies for deploying models in SageMaker AI. You worked with a pretrained model and deployed it using a real-time endpoint, a serverless endpoint, an asynchronous inference endpoint, and a batch transform job. You also practiced advanced techniques like shadow testing to validate a new model without affecting live traffic, and canary traffic shifting to gradually route a portion of production requests to a new model. Along the way, you learned how to configure data capture to record inference requests and responses for monitoring and evaluation.
In the next chapter, you'll dive into building end-to-end ML pipelines and applying MLOps principles to automate workflows, track model performance, and keep your ML systems running smoothly. You'll also explore other relevant ML Engineering topics, including integrating security best practices and managing costs, giving you a well-rounded view of designing, deploying, and...