File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2639,7 +2639,7 @@ def tune( # noqa: C901
2639
2639
warm_start_config (dict): Configuration defining the type of warm start and
2640
2640
other required configurations.
2641
2641
max_runtime_in_seconds (int or PipelineVariable): The maximum time in seconds
2642
- that a training job launched by a hyperparameter tuning job can run.
2642
+ that a hyperparameter tuning job can run.
2643
2643
completion_criteria_config (sagemaker.tuner.TuningJobCompletionCriteriaConfig): A
2644
2644
configuration for the completion criteria.
2645
2645
early_stopping_type (str): Specifies whether early stopping is enabled for the job.
@@ -2894,7 +2894,7 @@ def _map_tuning_config(
2894
2894
tuning job.
2895
2895
max_parallel_jobs (int): Maximum number of parallel training jobs to start.
2896
2896
max_runtime_in_seconds (int or PipelineVariable): The maximum time in seconds
2897
- that a training job launched by a hyperparameter tuning job can run.
2897
+ that a hyperparameter tuning job can run.
2898
2898
early_stopping_type (str): Specifies whether early stopping is enabled for the job.
2899
2899
Can be either 'Auto' or 'Off'. If set to 'Off', early stopping will not be
2900
2900
attempted. If set to 'Auto', early stopping of some training jobs may happen,
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 training job launched by a hyperparameter tuning job can run.
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 training job launched by a hyperparameter tuning job can run.
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