File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,9 @@ def __init__(
155
155
'Pipe' - Amazon SageMaker streams data directly from S3 to the
156
156
container via a Unix-named pipe.
157
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``.
158
+ downloading the entire dataset before training begins. This argument can
159
+ be overriden on a per-channel basis using
160
+ ``sagemaker.inputs.TrainingInput.input_mode``.
160
161
output_path (str): S3 location for saving the training result (model
161
162
artifacts and output files). If not specified, results are
162
163
stored to a default bucket. If the bucket with the specific name
You can’t perform that action at this time.
0 commit comments