View information about a Provisioned Throughput - Amazon Bedrock

View information about a Provisioned Throughput

To learn how to view information about a Provisioned Throughput that you've purchased, select the tab corresponding to your method of choice and follow the steps.

Console
To view information about a Provisioned Throughput
  1. Sign in to the AWS Management Console using an IAM role with Amazon Bedrock permissions, and open the Amazon Bedrock console at https://console.aws.amazon.com/bedrock/.

  2. Select Provisioned Throughput under Assessment and deployment from the left navigation pane.

  3. From the Provisioned Throughput section, select a Provisioned Throughput.

  4. View the details for the Provisioned Throughput in the Provisioned Throughput overview section and the tags associated with your Provisioned Throughput in the Tags section.

API

To retrieve information about a specific Provisioned Throughput, send a GetProvisionedModelThroughput request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. Specify either the name of the Provisioned Throughput or its ARN as the provisionedModelId.

To list information about all the Provisioned Throughputs in an account, send a ListProvisionedModelThroughputs request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. To control the number of results that are returned, you can specify the following optional parameters:

Field Short description
maxResults The maximum number of results to return in a response.
nextToken If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another request.

For other optional parameters that you can specify to sort and filter the results, see GetProvisionedModelThroughput.

To list all the tags for an agent, send a ListTagsForResource request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint and include the Amazon Resource Name (ARN) of the Provisioned Throughput.

See code examples