From 82cd0ec19058e381469289b07b86137bb8932c59 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Mon, 28 Oct 2019 11:35:32 -0700 Subject: [PATCH] doc: clarify that source_dir can be an S3 URI --- src/sagemaker/estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sagemaker/estimator.py b/src/sagemaker/estimator.py index e9d72084e2..494e96aa9d 100644 --- a/src/sagemaker/estimator.py +++ b/src/sagemaker/estimator.py @@ -1250,7 +1250,7 @@ def __init__( >>> |----- test.py You can assign entry_point='src/train.py'. - source_dir (str): Path (absolute or relative) to a directory with + source_dir (str): Path (absolute, relative, or an S3 URI) to a directory with any other training source code dependencies aside from the entry point file (default: None). Structure within this directory are preserved when training on Amazon SageMaker. If 'git_config' is