aws / sagemaker-python-sdk

A library for training and deploying machine learning models on Amazon SageMaker
https://sagemaker.readthedocs.io/
Apache License 2.0
2.09k stars 1.14k forks source link

Keep local inputs and outputs local in processing jobs when using local mode #2484

Open marcelgwerder opened 3 years ago

marcelgwerder commented 3 years ago

Describe the feature you'd like Keep local inputs and outputs local in processing jobs when using local mode.

How would this feature be used? Please describe. Currently, all local inputs are uploaded to the default bucket specified on the Sagemaker session. There is no differentiation between local mode and non-local mode. https://github.com/aws/sagemaker-python-sdk/blob/22ba84e711cfd688b836b0a092020cf02aa08b97/src/sagemaker/processing.py#L300-L318

This has two issues:

Describe alternatives you've considered

jeniyat commented 3 years ago

Thanks for you comments.

vibhabellutagi19 commented 1 year ago

Thanks for you comments.

Is this feature implemented? or any alternatives? I dont want to access s3 in my local testing mode.