sagemaker.processing.Processor run has no code input? #3335
Unanswered
entest-hai
asked this question in
Help
Replies: 1 comment
-
You can use it if you have your own custom processing code. You can create a docker image out of your custom code & pass it as a parameter: pre_processor = Processor( For more details refer: https://docs.aws.amazon.com/sagemaker/latest/dg/build-your-own-processing-container.html#byoc-run |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the purpose of sagemaker.processing.Processor? since its run method does not accept any code or script? Does it mean Processor is just a base lass for others such as SklearnProcessor, FrameworProcessor?
Beta Was this translation helpful? Give feedback.
All reactions