You can review the details of a particular SageMaker AI pipeline run. This can help you:
-
Identify and resolve problems that may have occurred during the run, such as failed steps or unexpected errors.
-
Compare the results of different pipeline executions to understand how changes in input data or parameters impact the overall workflow.
-
Identify bottlenecks and opportunities for optimization.
To view the details of a pipeline run, complete the following steps based on whether you use Studio or Studio Classic.
-
Open the SageMaker Studio console by following the instructions in Launch Amazon SageMaker Studio.
-
In the left navigation pane, select Pipelines.
-
(Optional) To filter the list of pipelines by name, enter a full or partial pipeline name in the search field.
-
Select a pipeline name to view details about the pipeline.
-
Choose the Executions tab.
-
Select the name of a pipeline execution to view. The pipeline graph for that execution appears.
-
Choose any of the pipeline steps in the graph to see step settings in the right sidebar.
-
Choose one of the following tabs to view more pipeline details:
-
Definition — The pipeline graph, including all steps.
-
Parameters – Includes the model approval status.
-
Details – The metadata associated with the pipeline, such as tags, the pipeline Amazon Resource Name (ARN), and role ARN. You can also edit the pipeline description from this page.
-