Skip to content

Commit 59e4be8

Browse files
pr review feedback changes
1 parent d09d262 commit 59e4be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/workflow/emr_step.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ def __init__(
7373
depends_on: List[str] = None,
7474
cache_config: CacheConfig = None,
7575
):
76-
"""Constructs a LambdaStep.
76+
"""Constructs a EMRStep.
7777
7878
Args:
7979
name(str): The name of the EMR step.
8080
display_name(str): The display name of the EMR step.
8181
description(str): The description of the EMR step.
82-
cluster_id(str): A string that uniquely identifies the cluster.
82+
cluster_id(str): The ID of the running EMR cluster.
8383
step_config(EMRStepConfig): One StepConfig to be executed by the job flow.
8484
depends_on(List[str]):
8585
A list of step names this `sagemaker.workflow.steps.EMRStep` depends on

0 commit comments

Comments
 (0)