-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure-ai-ml unable to download logs and outputs from Job #39325
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github. |
@sharmuz - download is the correct way to download output and logs ![]() ![]() ![]() |
Hi @sharmuz. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue. |
Hi @sharmuz, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
@achauhan-scc I can confirm We had an internal DNS issue which was interfering with our AML. Resolving it made download work.
|
Thanks for confirming. |
Hi @sharmuz. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation. |
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: