… that you must now select the relevant experiment to view its runs
Description
I analysed all current RHOAI documentation on data science pipelines. I stepped through each procedure to ensure full accuracy. As a result of my findings, I have identified two places where we need to tweak the documentation slightly to make it clearer that you need to first select the appropriate experiment in the project before you can view the experiment's runs.
To summarize, all of the procedures seem to have been fixed at a previous release. The Runs page is no longer immediately accessible from the left-navigation menu in the dashboard. Instead, you can now access the runs of a given experiment. This is achieved through going to the Experiments -> Experiments and runs page, selecting the appropriate data science project from the drop-down list, and finally clicking on the experiment whose runs you want to view/manage.
After clicking on the desired experiment, a "Runs" page is then displayed. The two modules that we need to change in the docs are:
Working with data science pipelines -> Preface (this is the main conceptual file)
Managing pipeline runs -> Overview of pipeline runs (another conceptual file)
How Has This Been Tested?
Merge criteria:
[ ] The commits are squashed in a cohesive manner and have meaningful messages.
[ ] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
[ ] The developer has manually tested the changes and verified that the changes work
… that you must now select the relevant experiment to view its runs
Description
I analysed all current RHOAI documentation on data science pipelines. I stepped through each procedure to ensure full accuracy. As a result of my findings, I have identified two places where we need to tweak the documentation slightly to make it clearer that you need to first select the appropriate experiment in the project before you can view the experiment's runs.
To summarize, all of the procedures seem to have been fixed at a previous release. The Runs page is no longer immediately accessible from the left-navigation menu in the dashboard. Instead, you can now access the runs of a given experiment. This is achieved through going to the Experiments -> Experiments and runs page, selecting the appropriate data science project from the drop-down list, and finally clicking on the experiment whose runs you want to view/manage.
After clicking on the desired experiment, a "Runs" page is then displayed. The two modules that we need to change in the docs are:
Working with data science pipelines -> Preface (this is the main conceptual file) Managing pipeline runs -> Overview of pipeline runs (another conceptual file)
How Has This Been Tested?
Merge criteria: