DebuggerHookConfig | R Documentation |
DebuggerHookConfig
provides options to customize how debugging
information is emitted and saved. This high-level DebuggerHookConfig
class
runs based on the 'smdebug.SaveConfig
https://github.com/awslabs/sagemaker-debugger/blob/master/docs/api.md#saveconfig
class.
s3_output_path
The location in Amazon S3 to store the output tensors
container_local_output_path
The local path in the container
hook_parameters
A dictionary of parameters
collection_configs
A list of :class:'~sagemaker.debugger.CollectionConfig
new()
Initialize the DebuggerHookConfig instance.
DebuggerHookConfig$new( s3_output_path = NULL, container_local_output_path = NULL, hook_parameters = NULL, collection_configs = NULL )
s3_output_path
(str): Optional. The location in Amazon S3 to store the output tensors. The default Debugger output path is created under the default output path of the :class:'~sagemaker.estimator.Estimator' class. For example, s3://sagemaker-<region>-<12digit_account_id>/<training-job-name>/debug-output/.
container_local_output_path
(str): Optional. The local path in the container.
hook_parameters
(dict): Optional. A dictionary of parameters.
collection_configs
([sagemaker.debugger.CollectionConfig]): Required. A list
of :class:'~sagemaker.debugger.CollectionConfig' objects to be saved
at the s3_output_path
.
to_request_list()
Generate a request dictionary using the parameters when initializing the object.
DebuggerHookConfig$to_request_list()
dict: An portion of an API request as a dictionary.
format()
format class
DebuggerHookConfig$format()
clone()
The objects of this class are cloneable with this method.
DebuggerHookConfig$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.