Step | R Documentation |
Pipeline step for workflow.
sagemaker.workflow::Entity
-> Step
name
The name of the step.
display_name
The display name of the step.
description
The description of the step.
step_type
The type of the step.
depends_on
The list of step names the current step depends on
retry_policies
(List[RetryPolicy]): The custom retry policy configuration
arguments
The arguments to the particular step service call.
properties
The properties of the particular step.
ref
Gets a reference dict for steps
new()
Initialize Workflow Step
Step$new( name, display_name = NULL, description = NULL, step_type = enum_items(StepTypeEnum), depends_on = NULL )
name
(str): The name of the step.
display_name
(str): The display name of the step.
description
(str): The description of the step.
step_type
(StepTypeEnum): The type of the step.
depends_on
(List[str] or List[Step]): The list of step names or step instances the current step depends on
to_request()
Gets the request structure for workflow service calls.
Step$to_request()
add_depends_on()
Add step names to the current step depends on list
Step$add_depends_on(step_names)
step_names
(list): placeholder
format()
formats class
Step$format()
clone()
The objects of this class are cloneable with this method.
Step$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.