Skip to content

Commit 06d8ca2

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ def __init__(
293293
use_spot_instances = renamed_kwargs(
294294
"train_use_spot_instances", "use_spot_instances", use_spot_instances, kwargs
295295
)
296+
296297
max_wait = renamed_kwargs("train_max_wait", "max_wait", max_wait, kwargs)
297298
volume_size = renamed_kwargs("train_volume_size", "volume_size", volume_size, kwargs)
298299
volume_kms_key = renamed_kwargs(

0 commit comments

Comments
 (0)