File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1280,11 +1280,10 @@ def __init__(
12801280 (default: logging.INFO). Valid values are defined in the Python
12811281 logging module.
12821282 code_location (str): The S3 prefix URI where custom code will be
1283- uploaded (default: None). The code file uploaded in S3 is
1284- 'code_location/source/sourcedir.tar.gz'. If not specified, the
1285- default code location is s3://default_bucket/job-name/. And code
1286- file uploaded to S3 is
1287- s3://default_bucket/job-name/source/sourcedir.tar.gz
1283+ uploaded (default: None) - don't include a trailing slash since
1284+ a string prepended with a "/" is appended to ``code_location``. The code
1285+ file uploaded to S3 is 'code_location/job-name/source/sourcedir.tar.gz'.
1286+ If not specified, the default ``code location`` is s3://default_bucket/job-name/.
12881287 image_name (str): An alternate image name to use instead of the
12891288 official Sagemaker image for the framework. This is useful to
12901289 run one of the Sagemaker supported frameworks with an image
You can’t perform that action at this time.
0 commit comments