Description Super class Methods
This rule helps to detect if the training intialization is taking too much time. The rule waits until first step is available.
sagemaker.debugger::ProfilerRuleBase
-> MaxInitializationTime
new()
Initialize MaxInitializationTime class
MaxInitializationTime$new(threshold = 20, scan_interval_us = 60 * 1000 * 1000)
threshold
: defines the threshold in minutes to wait for first step to become available. Default is 20 minutes.
scan_interval_us
: interval with which timeline files are scanned. Default is 60000000 us.
clone()
The objects of this class are cloneable with this method.
MaxInitializationTime$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.