Skip to content

Commit d83a6be

Browse files
authored
Update estimator.py
1 parent 06d8ca2 commit d83a6be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def __init__(
269269
the estimator's ``output_path``, unless the region does not
270270
support SageMaker Debugger. To disable SageMaker Debugger
271271
monitoring and profiling, set the
272-
``disable_profiler`` parameter to ``True``.
272+
``disable_profiler`` parameter to ``True``
273273
disable_profiler (bool): Specifies whether Debugger monitoring and profiling
274274
will be disabled (default: ``False``).
275275
environment (dict[str, str]) : Environment variables to be set for
@@ -293,7 +293,6 @@ def __init__(
293293
use_spot_instances = renamed_kwargs(
294294
"train_use_spot_instances", "use_spot_instances", use_spot_instances, kwargs
295295
)
296-
297296
max_wait = renamed_kwargs("train_max_wait", "max_wait", max_wait, kwargs)
298297
volume_size = renamed_kwargs("train_volume_size", "volume_size", volume_size, kwargs)
299298
volume_kms_key = renamed_kwargs(

0 commit comments

Comments
 (0)