sagemaker.core.debugger.profiler

Contents

sagemaker.core.debugger.profiler#

Configuration for collecting profiler v2 metrics in SageMaker training jobs.

Classes

Profiler([cpu_profiling_duration, ...])

A configuration class to activate SageMaker Profiler.

class sagemaker.core.debugger.profiler.Profiler(cpu_profiling_duration: str = '3600', file_rotation_interval: str = '600')[source]#

Bases: object

A configuration class to activate SageMaker Profiler.