Skip to content

Commit ca5394a

Browse files
committed
documentation: add fourth input type to type list for inputs in doc string
1 parent 561eeb4 commit ca5394a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,9 @@ def fit(self, inputs=None, wait=True, logs="All", job_name=None, experiment_conf
650650
model using the Amazon SageMaker hosting services.
651651
652652
Args:
653-
inputs (str or dict or sagemaker.inputs.TrainingInput): Information
654-
about the training data. This can be one of four types:
653+
inputs (str or dict or sagemaker.inputs.TrainingInput or
654+
sagemaker.inputs.FileSystemInput): Information about the training data.
655+
This can be one of four types:
655656
656657
* (str) the S3 location where training data is saved, or a file:// path in
657658
local mode.

0 commit comments

Comments
 (0)