ConfigurableRetryStep | R Documentation |
ConfigurableRetryStep step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> ConfigurableRetryStep
new()
Initialize ConfigurableRetryStep class
ConfigurableRetryStep$new( name, step_type = enum_items(StepTypeEnum), display_name = NULL, description = NULL, depends_on = NULL, retry_policies = NULL )
name
(str): The name of the step.
step_type
(StepTypeEnum): The type of the step.
display_name
(str): The display name of the step.
description
(str): The description of the step.
depends_on
(List[str] or List[Step]): The list of step names or step instances the current step depends on
retry_policies
(List[RetryPolicy]): The custom retry policy configuration
add_retry_policy()
Add a retry policy to the current step retry policies list.
ConfigurableRetryStep$add_retry_policy(retry_policy)
retry_policy
: Placeholder
to_request()
Gets the request structure for ConfigurableRetryStep
ConfigurableRetryStep$to_request()
clone()
The objects of this class are cloneable with this method.
ConfigurableRetryStep$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.