View a Pipeline - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View a Pipeline

This procedure shows you how to find a pipeline directly and view its details page. You can also find pipelines that are part of a project listed in the project's details page. For information about finding a pipeline that is part of a project, see Automate MLOps with SageMaker Projects.

To view a list of pipelines in the Amazon SageMaker Studio console, complete the following steps based on whether you use Studio or Studio Classic.

Studio
  1. Open the SageMaker Studio console by following the instructions in Launch Amazon SageMaker Studio.

  2. In the left navigation pane, select Pipelines.

  3. (Optional) To filter the list of pipelines by name, enter a full or partial pipeline name in the search field.

  4. Select a pipeline name to view details about the pipeline. The pipeline's Executions page opens and displays a list of pipeline executions. Use the Column icon ( ) to choose which columns to display.

  5. From the pipeline's Executions page, choose one of the following pages in the Overview, Settings, or Details dropdown menus (to the left of the pipeline executions table) to view pipeline details:

    • Executions – Details about the executions.

    • Graph – The DAG for the pipeline.

    • Parameters – Includes the model approval status.

    • Information – The metadata associated with the pipeline, such as the pipeline Amazon Resource Name (ARN) and role ARN. You can also edit the pipeline description from this page.

Studio Classic
  1. Sign in to Amazon SageMaker Studio Classic. For more information, see Launch Amazon SageMaker Studio Classic.

  2. In the Studio Classic sidebar, choose the Home icon ( ).

  3. Select Pipelines from the menu.

  4. To narrow the list of pipelines by name, enter a full or partial pipeline name in the search field.

  5. Select a pipeline name to view details about the pipeline. The pipeline details tab opens and displays a list of pipeline executions. You can start an execution or choose one of the other tabs for more information about the pipeline. Use the Property Inspector icon ( ) to choose which columns to display.

  6. From the pipeline details page, choose one of the following tabs to view details about the pipeline:

    • Executions – Details about the executions. You can create an execution from this tab or the Graph tab.

    • Graph – The DAG for the pipeline.

    • Parameters – Includes the model approval status.

    • Settings – The metadata associated with the pipeline. You can download the pipeline definition file and edit the pipeline name and description from this tab.