-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering on AWS - Second Edition
By :
In the previous chapter, you built a simple AI agent using Strands Agents and learned how to set up an agent, configure tools, and interact with a Bedrock model. In this chapter, you'll build on top of what you've learned so far by using a SageMaker AI real-time inference endpoint and incorporating Bedrock AgentCore to support building and running production-ready AI agents. You will also extend this by building retrieval-augmented generation (RAG)-powered AI agents, where external information is retrieved and combined with model responses during execution. You can think of this as a shift from a plug-and-play service to a more customizable setup. Bedrock provides ready-to-use models, while SageMaker AI gives you control over how models are deployed through inference endpoints. As you go through the rest of the book, you'll see how this added flexibility and configurability with SageMaker AI becomes useful when...