0

I'm trying to access the files/artifacts located in the code tab under an AzureML job. When using the azureml.core.run.Run class, the only methods suitable could be get_file_names() and download_files but they only list files under the Outputs + logs tab.

Is there a workaround to do this?

enter image description here

ABaron
  • 124
  • 7

1 Answers1

0

From Designer we can export the code. For Automl we could see the image as show below. you can use the run.download_files.

enter image description here

Ram
  • 2,459
  • 1
  • 7
  • 14