aws / aws/sagemaker-python-sdk

Specifiy code upload location for processing jobs

未关闭
#1,973 2 条评论 2 个 reaction 已指派 1 人 已被 @mollyheamazon 认领 在 GitHub 查看
component: processing contributions welcome type: feature request
主要语言
Python
星标
2.3k
派生
1.3k
平均合并
1 天 22 小时
30 天内合并 PR
35

描述

**Describe the feature you'd like**
For estimators that are based on the `Framework` class and upload local code, it is possible to provide a `code_location` argument that specifies the location of the uploaded code. This helps to avoid cluttering the root "directory" of the s3 bucket because everything can go under a prefix/directory of choice. The same should be possible for processing jobs.

**How would this feature be used? Please describe.**
The developer provides a `code_location` argument when instantiating the `ScriptProcessor`. The value of that argument is then put in between bucket and job name when creating the upload path. By default the value can be empty, meaning there is no breaking change necessary and this can be released anytime.

**Describe alternatives you've considered**
It would be best to align this with how it is done for training jobs, so the above solution should work out fine.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。