StepRange | R Documentation |
It returns the target steps in dictionary format that you can pass to the :class:'~sagemaker.debugger.FrameworkProfile' class.
new()
Set the start step and num steps. If the start step is not specified, Debugger starts profiling at step 0. If num steps is not specified, profile for 1 step.
StepRange$new(start_step, num_steps)
start_step
(int): The step to start profiling.
num_steps
(int): The number of steps to profile.
to_json()
Convert the step range into a dictionary.
StepRange$to_json()
list: The step range as a dictionary.
format()
format class
StepRange$format()
clone()
The objects of this class are cloneable with this method.
StepRange$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.