We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2199e50 commit ba8e1f7Copy full SHA for ba8e1f7
src/sagemaker/estimator.py
@@ -1470,7 +1470,7 @@ def __init__(
1470
uploaded (default: None) - don't include a trailing slash since
1471
a string prepended with a "/" is appended to ``code_location``. The code
1472
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/.
+ If not specified, the default ``code location`` is s3://output_bucket/job-name/.
1474
image_name (str): An alternate image name to use instead of the
1475
official Sagemaker image for the framework. This is useful to
1476
run one of the Sagemaker supported frameworks with an image
0 commit comments