Skip to content

Commit 976cc48

Browse files
committed
formatting update
1 parent fc32dff commit 976cc48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ def __init__(
150150
60 * 60). After this amount of time Amazon SageMaker terminates
151151
the job regardless of its current status.
152152
input_mode (str): The input mode that the algorithm supports
153-
(default: 'File'). Valid modes: 'File' - Amazon SageMaker copies
154-
the training dataset from the S3 location to a local directory.
153+
(default: 'File'). Valid modes:
154+
'File' - Amazon SageMaker copiesthe training dataset from the
155+
S3 location to a local directory.
155156
'Pipe' - Amazon SageMaker streams data directly from S3 to the
156157
container via a Unix-named pipe.
157158
'FastFile' - Amazon SageMaker streams data from S3 on demand instead of

0 commit comments

Comments
 (0)