We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6799161 commit 4a00ea1Copy full SHA for 4a00ea1
src/sagemaker/debugger/profiler_config.py
@@ -33,7 +33,7 @@ def __init__(
33
system_monitor_interval_millis: Optional[Union[int, PipelineVariable]] = None,
34
framework_profile_params: Optional[FrameworkProfile] = None,
35
disable_profiler: Optional[Union[str, PipelineVariable]] = False,
36
- ):
+ ):
37
"""Initialize a ``ProfilerConfig`` instance.
38
39
Pass the output of this class
0 commit comments