View information about model copy jobs - Amazon Bedrock

View information about model copy jobs

To learn how to view information about model copy jobs that you've submitted, select the tab corresponding to your method of choice and follow the steps:

Console
  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. From the left navigation pane, choose Custom models under Foundation models.

  3. Select the Jobs tab.

  4. If a model is still being copied, the Status is Copying. If it's finished and ready for use, the Status is Completed.

  5. When the job is complete, the model appears in the Models section in the Models tab in the region that you copied the model to.

API

To get information about a model copy job, send a GetModelCopyJob request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. Include the jobArn in the request.

To list the model copy jobs that you've submitted, send a ListModelCopyJobs request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint. You can use the headers in the request to specify filters for which jobs to return.

The response returns a list, each of which contains information about a model copy job that you've submitted.

When the job is complete, you should be able to see the copied model by sending a ListCustomModels request (see link for request and response formats and field details) with an Amazon Bedrock control plane endpoint, specifying the region that you copied the model to.