- Newest
- Most votes
- Most comments
It seems you're experiencing issues with downloading notebook job outputs and accessing execution history in Amazon SageMaker. Let's address both of your concerns:
-
Downloading job outputs: The issue you're experiencing with downloads not working could be related to browser settings or permissions. While you've already disabled the adblocker, which was a good step, there might be other factors at play. Make sure you have the necessary permissions to access and download the job outputs. If the problem persists, you may want to check with your AWS administrator to ensure there are no restrictions in place preventing downloads.
-
Viewing job execution history and accessing notebook outputs: To view the history of a specific notebook job and access the outputs, you can use the Notebook Jobs tab in the SageMaker Studio UI. This tab provides a list of all your job runs from both on-demand jobs and job definitions. Here's what you can do:
- Navigate to the Notebook Jobs tab in SageMaker Studio.
- Look for your specific notebook job in the list.
- Each job entry should display information such as creation time, status, and output availability.
- If output files are available, you should see a download icon next to the job.
- You can access the notebook output and log files by clicking on the respective links, if available.
The output notebook shows the result of running all cells in the notebook, including any new or overriding parameters or environment variables you included. The output log captures the details of the job run, which can be helpful for troubleshooting failed jobs.
If you need more detailed information about a specific job, you can select the job name to access the Job Detail page. This page provides job settings and options to delete or stop jobs.
If you're still unable to access the outputs or view the execution history, it's recommended to check your permissions and consult with your AWS administrator to ensure you have the necessary access rights to view and download job information.
Sources
View notebook jobs - Amazon SageMaker
Notebook jobs details in Amazon SageMaker Studio - Amazon SageMaker
Relevant content
- asked a year ago
- asked 10 months ago