azure-ai-ml unable to download logs and outputs from Job #39325
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
I am unable to download the logs and outputs saved within a completed Job in Azure ML. Despite both the
Job
class andJobOperations
class providing the functionality, neither seems to work.I can confirm the files exist in both the Azure ML studio portal and the associated blob storage account container.
To Reproduce
Steps to reproduce the behavior:
Option 1 raises a
ServiceRequestError
Option 2 returns
None
Expected behavior
Option 1 should download logs and outputs to local machine.
Option 2 should return a dict of file names and URLs.
Additional context
Looking through the associated code for azure-ai-ml I found this comment - is getting a job's logs/outputs via the python SDK meant to be possible?
The text was updated successfully, but these errors were encountered: