File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -153,9 +153,10 @@ def __init__(
153
153
(default: 'File'). Valid modes: 'File' - Amazon SageMaker copies
154
154
the training dataset from the S3 location to a local directory.
155
155
'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``.
159
160
output_path (str): S3 location for saving the training result (model
160
161
artifacts and output files). If not specified, results are
161
162
stored to a default bucket. If the bucket with the specific name
You can’t perform that action at this time.
0 commit comments