-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Make _PipelineExecution public #4391
Copy link
Copy link
Open
Labels
component: pipelinesRelates to the SageMaker Pipeline PlatformRelates to the SageMaker Pipeline Platformtype: feature request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: pipelinesRelates to the SageMaker Pipeline PlatformRelates to the SageMaker Pipeline Platformtype: feature request