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.”

Useful SageMaker AI estimator class methods for Debugger

Focus mode
Useful SageMaker AI estimator class methods for Debugger - Amazon SageMaker AI

The following estimator class methods are useful for accessing your SageMaker training job information and retrieving output paths of training data collected by Debugger. The following methods are executable after you initiate a training job with the estimator.fit() method.

  • To check the base S3 bucket URI of a SageMaker training job:

    estimator.output_path
  • To check the base job name of a SageMaker training job:

    estimator.latest_training_job.job_name
  • To see a full CreateTrainingJob API operation configuration of a SageMaker training job:

    estimator.latest_training_job.describe()
  • To check a full list of the Debugger rules while a SageMaker training job is running:

    estimator.latest_training_job.rule_job_summary()
  • To check the S3 bucket URI where the model parameter data (output tensors) are saved:

    estimator.latest_job_debugger_artifacts_path()
  • To check the S3 bucket URI at where the model performance data (system and framework metrics) are saved:

    estimator.latest_job_profiler_artifacts_path()
  • To check the Debugger rule configuration for debugging output tensors:

    estimator.debugger_rule_configs
  • To check the list of the Debugger rules for debugging while a SageMaker training job is running:

    estimator.debugger_rules
  • To check the Debugger rule configuration for monitoring and profiling system and framework metrics:

    estimator.profiler_rule_configs
  • To check the list of the Debugger rules for monitoring and profiling while a SageMaker training job is running:

    estimator.profiler_rules

For more information about the SageMaker AI estimator class and its methods, see Estimator API in the Amazon SageMaker Python SDK.

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