Skip to content

Sagemaker Pipelines: Get information of pipeline when Pipeline object initialized as Existing pipelines #2094

@chik-taks

Description

@chik-taks

Describe the feature you'd like
When Pipeline object initialize and the pipeline name exists, add information of step and parameters into pipeline object.

>from sagemaker.workflow.pipeline import Pipeline
>pipeline = Pipeline(name='<existing-pipeline-name>')
>pipeline
Pipeline(name='<existing-pipeline-name>', parameters=[], steps=[], sagemaker_session=<sagemaker.session.Session object at xxxxxxx>)

How would this feature be used? Please describe.

  1. Easily detect the pipeline name is existing or not.
  2. Easy to understand how to execute existing pipeline.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions