aws / amazon-sagemaker-feedback

Amazon SageMaker Public Feedback Dashboard
Creative Commons Attribution Share Alike 4.0 International
4 stars 1 forks source link

Pipeline Execution List UI Improvement #81

Open aeryen opened 1 month ago

aeryen commented 1 month ago

Product Version

Product Category

Pipelines

Description

The new version of SageMaker Studio Pipeline UX is a step back from the previous version. Right now it looks fancy and cool but severely lacks in UX considerations for daily, real-world usages.

  1. In the execution list view, the 'modified on' and the 'created on' consistently uses 'x hours/days ago'. When mouse hover it also doesn't reveal actual execution date and time. Making deep-diving and retro impossible.
  2. To view a specific execution, user have to use left-click to open in the current window. Middle click to open in a new tab is not supported.
  3. Unlike the previous version of the Studio, Pipeline parameters is not part of the list view. This makes locating and filtering to executions of a particular parameters extremely difficult. E.g. in our use cases the marketplace is a pipeline parameter, currently its impossible to find the specific marketplace run we are looking for.
  4. The list default length and max length is far too small. The 'next page' button is at the very corner of the interface and also very small. Also making finding a specific execution very difficult.
  5. When clicking into a execution to view the details. The time shown is again shown in the 'x hours/days ago' format. The presentation of these time related details are on top of 3 button-like elements. Clicking these buttons does not trigger any functions, causing confusion to the users.
  6. The execution detail page has extremely low information density. The margins are too big. The 3 common tabs: (Graph, Parameters, Information) should have been presented on a single view.
  7. The Logs of the selected step, should not be shown in a narrow vertical side bar which doesn't support the ability to adjust width. Instead, it should be shown in a separate, horizontal pane, with its own scroll bar and height adjustability.

Other Details

No response