| Step | R Documentation |
Pipeline step for workflow.
sagemaker.workflow::Entity -> Step
nameThe name of the step.
display_nameThe display name of the step.
descriptionThe description of the step.
step_typeThe type of the step.
depends_onThe list of step names the current step depends on
retry_policies(List[RetryPolicy]): The custom retry policy configuration
argumentsThe arguments to the particular step service call.
propertiesThe properties of the particular step.
refGets 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.