Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Browse checkpoint files

Focus mode
Browse checkpoint files - Amazon SageMaker AI

Locate checkpoint files using the SageMaker Python SDK and the Amazon S3 console.

To find the checkpoint files programmatically

To retrieve the S3 bucket URI where the checkpoints are saved, check the following estimator attribute:

estimator.checkpoint_s3_uri

This returns the S3 output path for checkpoints configured while requesting the CreateTrainingJob request. To find the saved checkpoint files using the S3 console, use the following procedure.

To find the checkpoint files from the S3 console
  1. Sign in to the AWS Management Console and open the SageMaker AI console at https://console.aws.amazon.com/sagemaker/.

  2. In the left navigation pane, choose Training jobs.

  3. Choose the link to the training job with checkpointing enabled to open Job settings.

  4. On the Job settings page of the training job, locate the Checkpoint configuration section.

    Checkpoint configuration section in the Job settings page of a training job.
  5. Use the link to the S3 bucket to access the checkpoint files.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.