Model experiments: Add artifacts list component to runs
What does this MR do and why?
Summary of Changes
This update enhances the ML candidate detail view by replacing a simple artifact link with a more comprehensive package files component. Instead of just showing a basic link to artifacts, the code now integrates the existing package registry component to display model files in a more structured way. The changes include:
- Adding the PackageFiles component to display ML model artifacts
- Creating new computed properties to properly format and pass data to this component
- Updating the Apollo GraphQL configuration to support the new component
- Modifying tests to verify the new package files display works correctly
This improvement gives users a better way to view and interact with ML model artifacts, leveraging GitLab's existing package registry UI patterns rather than using a simple link.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
|
|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #523666 (closed)

