TimeRange | R Documentation |
It returns the target time duration in dictionary format that you can pass to the :class:'~sagemaker.debugger.FrameworkProfile' class.
new()
Set the start Unix time and duration. If the start Unix time is not specified, profile starting at step 0. If the duration is not specified, profile for 1 step.
TimeRange$new(start_unix_time = NULL, duration = NULL)
start_unix_time
(int): The Unix time to start profiling.
duration
(float): The duration in seconds to profile.
to_json()
Convert the time range into a dictionary.
TimeRange$to_json()
dict: The time range as a dictionary.
format()
format class
TimeRange$format()
...
(ignored).
clone()
The objects of this class are cloneable with this method.
TimeRange$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.