Skip to content

Commit 561eeb4

Browse files
committed
documentation: fix documentation for input types in estimator.fit
1 parent 2594ffb commit 561eeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def fit(self, inputs=None, wait=True, logs="All", job_name=None, experiment_conf
651651
652652
Args:
653653
inputs (str or dict or sagemaker.inputs.TrainingInput): Information
654-
about the training data. This can be one of three types:
654+
about the training data. This can be one of four types:
655655
656656
* (str) the S3 location where training data is saved, or a file:// path in
657657
local mode.
@@ -662,7 +662,7 @@ def fit(self, inputs=None, wait=True, logs="All", job_name=None, experiment_conf
662662
that can provide additional information as well as the path to the training
663663
dataset.
664664
See :func:`sagemaker.inputs.TrainingInput` for full details.
665-
* (sagemaker.session.FileSystemInput) - channel configuration for
665+
* (sagemaker.inputs.FileSystemInput) - channel configuration for
666666
a file system data source that can provide additional information as well as
667667
the path to the training dataset.
668668

0 commit comments

Comments
 (0)