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?
From Designer we can export the code. For Automl we could see the image as show below. you can use the run.download_files.