From the course: Learning Amazon Bedrock

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Amazon Bedrock API documentation

Amazon Bedrock API documentation - Amazon Bedrock Tutorial

From the course: Learning Amazon Bedrock

Amazon Bedrock API documentation

- [Instructor] Amazon Bedrock is a fully managed service that exposes underlying foundation models for your use case through a unified API or application programming interface. Let's take a moment now to get familiar with the API documentation. From the Amazon Bedrock main documentation page, let's first click on API reference. To make interacting with the API easier, Amazon provides various SDKs or software development kits that make it easy to access Bedrock APIs. The SDKs take care of some of the undifferentiated heavy lifting under the hood, such as assembling initial requests, retry requests, and handling error responses. Python has become the defacto standard for machine learning and data scientists, and that is what we are going to use in this course for Amazon Bedrock API integration. Let's click on the actions from the left hand navigation menu, then Amazon Bedrock. Here for example, you can see all the actions that are available for the API. Let's click on the…

Contents