Skip to content

Commit ba8e1f7

Browse files
authored
doc: correct Estimator code_location default S3 path (#1326)
1 parent 2199e50 commit ba8e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ def __init__(
14701470
uploaded (default: None) - don't include a trailing slash since
14711471
a string prepended with a "/" is appended to ``code_location``. The code
14721472
file uploaded to S3 is 'code_location/job-name/source/sourcedir.tar.gz'.
1473-
If not specified, the default ``code location`` is s3://default_bucket/job-name/.
1473+
If not specified, the default ``code location`` is s3://output_bucket/job-name/.
14741474
image_name (str): An alternate image name to use instead of the
14751475
official Sagemaker image for the framework. This is useful to
14761476
run one of the Sagemaker supported frameworks with an image

0 commit comments

Comments
 (0)