-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deferrable param in SageMakerTransformOperator (#31063)
This will allow running SageMakerTransformOperator in an async fashion meaning that we only submit a job from the worker to run a job and then defer to the trigger for polling to wait for the job status reaching a terminal state. This way, the worker slot won't be occupied for the whole period of task execution.
- Loading branch information
1 parent
b8f7376
commit 4c9b5fe
Showing
2 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters