File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ def __init__(
650
650
max_parallel_jobs (int or PipelineVariable): Maximum number of parallel training jobs to
651
651
start (default: 1).
652
652
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 .
654
654
tags (list[dict[str, str] or list[dict[str, PipelineVariable]]): List of tags for
655
655
labeling the tuning job (default: None). For more, see
656
656
https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
@@ -1922,7 +1922,7 @@ def create(
1922
1922
max_parallel_jobs (int): Maximum number of parallel training jobs to start
1923
1923
(default: 1).
1924
1924
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 .
1926
1926
tags (list[dict]): List of tags for labeling the tuning job (default: None). For more,
1927
1927
see https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
1928
1928
warm_start_config (sagemaker.tuner.WarmStartConfig): A ``WarmStartConfig`` object that
You can’t perform that action at this time.
0 commit comments