View details about a custom model
To learn how to view details about your customized model, select the tab corresponding to your method of choice and follow the steps:
- Console
-
To view information about a custom model
-
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/
. -
From the left navigation pane, choose Custom models under Foundation models.
-
From the Models section, select a model.
-
View the details for the custom model configuration and how it was customized.
-
- API
-
To retrieve information about a specific custom model, send a GetCustomModel request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. Specify either the name of the custom model or its ARN as the
modelIdentifier
.To list information about all the custom models in an account, send a ListCustomModels 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 anextToken
value. To see the next batch of results, send thenextToken
value in another request.For other optional parameters that you can specify to sort and filter the results, see ListCustomModels.
To list all the tags for a custom model, 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 custom model.