Amazon SageMaker Unified Studio is in preview release and is subject to change.
Get started with Amazon Bedrock IDE
Get started with Amazon Bedrock IDE by experimenting with a model in a playground or by creating a chat agent app.
The Amazon Bedrock IDE playgrounds that lets you easily experiment with Amazon Bedrock models. The chat playground lets you chat with a model by providing text and image prompts to the model (not all models support images). The image and video playground lets you generate images and videos with a suitable model. With both playgrounds you can experiment by making configuration changes. For example, you can influence the response from a model by changing inference parameters.
A chat agent app allows users to chat with an Amazon Bedrock model through a conversational interface, typically by sending prompts (text or image) and receiving responses. You can integrate the following Amazon Bedrock capabilities into a chat agent app:
-
Data sources — Enrich model responses by including context generated from an Amazon Bedrock knowledge base or a single file.
-
Guardrails — Lets you implement safeguards for your chat agent app based on your use cases and responsible AI policies.
-
Functions — Lets a model call a function to access a specific capability when handling a prompt.
You can also create a flows app that lets you visually design the flow of an app.
These getting started instructions show you how to chat with a model in the chat playground. They also show you how to build a chat agent app for a radio station that creates playlists and uses a data source to get upcoming show information.
After completing this section, continue using Amazon Bedrock IDE by going to Amazon Bedrock IDE.