We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc32dff commit 976cc48Copy full SHA for 976cc48
src/sagemaker/estimator.py
@@ -150,8 +150,9 @@ def __init__(
150
60 * 60). After this amount of time Amazon SageMaker terminates
151
the job regardless of its current status.
152
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.
+ (default: 'File'). Valid modes:
+ 'File' - Amazon SageMaker copiesthe training dataset from the
155
+ S3 location to a local directory.
156
'Pipe' - Amazon SageMaker streams data directly from S3 to the
157
container via a Unix-named pipe.
158
'FastFile' - Amazon SageMaker streams data from S3 on demand instead of
0 commit comments