Processing job input and output cannot be the same #2398
Unanswered
RoelantStegmann
asked this question in
Help
Replies: 1 comment
-
Hi @RoelantStegmann, are you using your own processing container? SageMaker will go to specific locations in the container for input data and output data, here's how SageMaker handle input/output. https://docs.aws.amazon.com/sagemaker/latest/dg/build-your-own-processing-container.html#byoc-input-and-output Also could you provide stacktrace of the validation error so that we could see if this validation is necessary and can be re-evaluated at Python SDK level? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Sagemaker requires the input and output to be different folders (for no apparent reason)
To reproduce
Expected behavior
You would expect this to be allowed, but it runs into validation errors that apparently compares the input and output paths.
Beta Was this translation helpful? Give feedback.
All reactions