ConfigurableRetryStep: ConfigurableRetryStep class

ConfigurableRetryStepR Documentation

ConfigurableRetryStep class

Description

ConfigurableRetryStep step for workflow.

Super classes

sagemaker.workflow::Entity -> sagemaker.workflow::Step -> ConfigurableRetryStep

Methods

Public methods

Inherited methods

Method new()

Initialize ConfigurableRetryStep class

Usage
ConfigurableRetryStep$new(
  name,
  step_type = enum_items(StepTypeEnum),
  display_name = NULL,
  description = NULL,
  depends_on = NULL,
  retry_policies = NULL
)
Arguments
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


Method add_retry_policy()

Add a retry policy to the current step retry policies list.

Usage
ConfigurableRetryStep$add_retry_policy(retry_policy)
Arguments
retry_policy

: Placeholder


Method to_request()

Gets the request structure for ConfigurableRetryStep

Usage
ConfigurableRetryStep$to_request()

Method clone()

The objects of this class are cloneable with this method.

Usage
ConfigurableRetryStep$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-workflow documentation built on April 3, 2022, 11:28 p.m.