Description Super class Methods
Action for stopping the training job when a rule is fired.
sagemaker.debugger::Action
-> StopTraining
new()
Note that a policy must be created in the AWS account to allow the sagemaker role to stop the training job.
StopTraining$new(training_job_prefix = NULL)
training_job_prefix
: The prefix of the training job to stop if the rule is fired. This must only refer to one active training job, otherwise no training job will be stopped.
update_training_job_prefix_if_not_specified()
Update the training job prefix to be the training job name if the user has not already specified a custom training job prefix. This is only meant to be called via the sagemaker SDK when 'estimator.fit' is called by the user. Validation is purposely excluded here so that any failures in validation of the training job name are intentionally caught in the sagemaker SDK and not here.
StopTraining$update_training_job_prefix_if_not_specified(training_job_name)
training_job_name
: Name of the training job, passed in when 'estimator.fit' is called.
clone()
The objects of this class are cloneable with this method.
StopTraining$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.