Add Pythonic SageMaker training and processing - #3459
Draft
rohitrsh wants to merge 2 commits into
Draft
Conversation
Expand the existing SageMaker plugin with async lifecycle support for training, processing, batch transform, hyperparameter tuning, and Inference Recommender jobs. Include typed task wrappers, stable projected outputs, idempotent retries, public documentation, and comprehensive unit tests without requiring Propeller changes. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
Allow typed Flyte task functions to run directly inside single-node SageMaker Training and Processing jobs through rendered container entrypoints. Preserve Flyte outputs and error semantics, validate SageMaker runtime constraints, and document the ECR, IAM, S3, networking, and secret-management requirements. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@taskfunctions inside SageMaker-managed containers.RETRYABLE_FAILEDas terminal for local connector execution and adds regression coverage.Stack order:
Test plan
Merge only after #3456. Before merge, rebase this branch onto upstream
master, rerun all local and hosted verification gates, and mark the PR ready for review.