Skip to content

Commit 72c6eca

Browse files
committed
Update estimator docstrings to add Fast File Mode
1 parent ead0351 commit 72c6eca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sagemaker/estimator.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ def __init__(
153153
(default: 'File'). Valid modes: 'File' - Amazon SageMaker copies
154154
the training dataset from the S3 location to a local directory.
155155
'Pipe' - Amazon SageMaker streams data directly from S3 to the
156-
container via a Unix-named pipe. This argument can be overriden
157-
on a per-channel basis using
158-
``sagemaker.inputs.TrainingInput.input_mode``.
156+
container via a Unix-named pipe.
157+
'FastFile' - Amazon SageMaker streams data from S3 on demand instead of
158+
downloading the entire dataset before training begins. This argument can be overriden
159+
on a per-channel basis using ``sagemaker.inputs.TrainingInput.input_mode``.
159160
output_path (str): S3 location for saving the training result (model
160161
artifacts and output files). If not specified, results are
161162
stored to a default bucket. If the bucket with the specific name

0 commit comments

Comments
 (0)