Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make _PipelineExecution public #4391

Open
navaj0 opened this issue Jan 24, 2024 · 0 comments
Open

Make _PipelineExecution public #4391

navaj0 opened this issue Jan 24, 2024 · 0 comments
Labels
component: pipelines Relates to the SageMaker Pipeline Platform type: feature request

Comments

@navaj0
Copy link
Contributor

navaj0 commented Jan 24, 2024

Describe the feature you'd like

_PipelineExecution is a handy class that allow users to view and control executions, even if they are not started by the Python SDK. For example, I have an execution "blah" started from the Studio UI

execution = _PipelineExecution(arn="blah")
execution.result()

However, it is marked as protected.

Make it a public class and add documentation with code examples.

How would this feature be used? Please describe.

execution = PipelineExecution(arn="blah")
execution.result()

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: pipelines Relates to the SageMaker Pipeline Platform type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant