Skip to content

Commit f277b70

Browse files
authored
Update tuner.py
1 parent b0f4350 commit f277b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/tuner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def __init__(
650650
max_parallel_jobs (int or PipelineVariable): Maximum number of parallel training jobs to
651651
start (default: 1).
652652
max_runtime_in_seconds (int or PipelineVariable): The maximum time in seconds
653-
that a documentation-correct-runtime-param.
653+
that a hyperparameter tuning job can run.
654654
tags (list[dict[str, str] or list[dict[str, PipelineVariable]]): List of tags for
655655
labeling the tuning job (default: None). For more, see
656656
https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
@@ -1922,7 +1922,7 @@ def create(
19221922
max_parallel_jobs (int): Maximum number of parallel training jobs to start
19231923
(default: 1).
19241924
max_runtime_in_seconds (int): The maximum time in seconds
1925-
that a documentation-correct-runtime-param.
1925+
that a hyperparameter tuning job can run.
19261926
tags (list[dict]): List of tags for labeling the tuning job (default: None). For more,
19271927
see https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
19281928
warm_start_config (sagemaker.tuner.WarmStartConfig): A ``WarmStartConfig`` object that

0 commit comments

Comments
 (0)