Higher level object to maintain a list of actions to be invoked when a rule is fired.
new()
Offers higher level 'serialize' function to handle serialization of actions as a string list of dictionaries.
ActionList$new(...)
...
: List of actions.
update_training_job_prefix_if_not_specified()
For any StopTraining actions in the action list, update the trainingjob prefix to be the training job name if the user has not already specified a custom training job prefix. This is 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.
ActionList$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.
serialize()
Serialize the action parameters as a string dictionary.
ActionList$serialize()
Action parameters serialized as a string dictionary.
format()
format class
ActionList$format()
clone()
The objects of this class are cloneable with this method.
ActionList$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.