Skip to content

Commit 061ab2b

Browse files
authored
doc: clarify that source_dir can be an S3 URI (#1108)
1 parent d00d6ca commit 061ab2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ def __init__(
12501250
>>> |----- test.py
12511251
12521252
You can assign entry_point='src/train.py'.
1253-
source_dir (str): Path (absolute or relative) to a directory with
1253+
source_dir (str): Path (absolute, relative, or an S3 URI) to a directory with
12541254
any other training source code dependencies aside from the entry
12551255
point file (default: None). Structure within this directory are
12561256
preserved when training on Amazon SageMaker. If 'git_config' is

0 commit comments

Comments
 (0)