We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09d262 commit 59e4be8Copy full SHA for 59e4be8
src/sagemaker/workflow/emr_step.py
@@ -73,13 +73,13 @@ def __init__(
73
depends_on: List[str] = None,
74
cache_config: CacheConfig = None,
75
):
76
- """Constructs a LambdaStep.
+ """Constructs a EMRStep.
77
78
Args:
79
name(str): The name of the EMR step.
80
display_name(str): The display name of the EMR step.
81
description(str): The description of the EMR step.
82
- cluster_id(str): A string that uniquely identifies the cluster.
+ cluster_id(str): The ID of the running EMR cluster.
83
step_config(EMRStepConfig): One StepConfig to be executed by the job flow.
84
depends_on(List[str]):
85
A list of step names this `sagemaker.workflow.steps.EMRStep` depends on
0 commit comments