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 c16a7c0 commit 389babdCopy full SHA for 389babd
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