View information about an inference profile
You can view information about cross region inference profiles or application inference profiles that you've created. To learn how to view information about an inference profile, select the tab corresponding to your method of choice and follow the steps:
- Console
-
To view information about a cross region (system-defined) inference profile
-
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/
. -
Select Cross-region inference from the left navigation pane. Then, in the Cross-region inference section, choose an inference profile.
-
View the details of the inference profile in the Inference profile details section and the regions that it encompasses in the Models section.
Note
You can't view application inference profiles in the Amazon Bedrock console.
-
- API
-
To get information about an inference profile, send a GetInferenceProfile request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint and specify the Amazon Resource Name (ARN) or ID of the inference profile in the
inferenceProfileIdentifier
field.To list information about the inference profiles that you can use, send a ListInferenceProfiles request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. 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 anextToken
value. To see the next batch of results, send thenextToken
value in another request.