EMRStep | R Documentation |
EMR step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> EMRStep
arguments
The arguments dict that is used to call 'AddJobFlowSteps'. NOTE: The AddFlowJobSteps request is not quite the args list that workflow needs. The Name attribute in AddJobFlowSteps cannot be passed; it will be set during runtime. In addition to that, we will also need to include emr job inputs and output config.
properties
A Properties object representing the EMR DescribeStepResponse model
new()
Constructs a EMRStep.
EMRStep$new( name, display_name, description, cluster_id, step_config, depends_on = NULL, cache_config = NULL )
name
(str): The name of the EMR step.
display_name
(str): The display name of the EMR step.
description
(str): The description of the EMR step.
cluster_id
(str): The ID of the running EMR cluster.
step_config
(EMRStepConfig): One StepConfig to be executed by the job flow.
depends_on
(List[str]): A list of step names this 'sagemaker.workflow.steps.EMRStep' depends on
cache_config
(CacheConfig): A 'sagemaker.workflow.steps.CacheConfig' instance.
to_request()
Updates the dictionary with cache configuration.
EMRStep$to_request()
clone()
The objects of this class are cloneable with this method.
EMRStep$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.