aws / aws/sagemaker-python-sdk
Possibility to add source_directory to Sagemaker.processing.ScriptProcessor
Open
component: processing
contributions welcome
type: feature request
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 35
Description
**Describe the feature you'd like**
Currently there is no option to add source_dir to `Sagemaker.processing.ScriptProcessor`, which makes it difficult to have modular code.
**How would this feature be used? Please describe.**
This will help using ScriptProcessor to be used for running complex processing logic. Especially where the project has different modules and each module perform different processing step.
**Describe alternatives you've considered**
running it directly on docker ?
Contributor guide
Assessment
This issue has not been assessed yet.