You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Sagemaker python SDK I have seen two API, ScriptProcessor and Processor. It seems like we can achieve the same goals using either of them, the only difference I noticed ScriptProcessor support docker command parameter on the other hand Processor support docker entrypoint parameter.
Is there any other difference amongst them? Can we improve the documentation to define when to use which?
The text was updated successfully, but these errors were encountered:
I've opened a PR to try and help: #1600. As Chuyang said, the ScriptProcessor's code parameter allows you to provide a script to be run as part of the Processing Job.
From Sagemaker python SDK I have seen two API, ScriptProcessor and Processor. It seems like we can achieve the same goals using either of them, the only difference I noticed ScriptProcessor support docker
command
parameter on the other hand Processor support dockerentrypoint
parameter.Is there any other difference amongst them? Can we improve the documentation to define when to use which?
The text was updated successfully, but these errors were encountered: