I want to create folders in ML studio folder hierarchy while executing one job in azure ML Studio

2023-06-07T14:46:44.41+00:00

Hi,

I want to create folders on Notebook folder hierarchy from python script which is being executed as job.
There are two python models 1)would be creating folders to store images after first level tagging 2) second model would be reading from certain folder of tagged images to tag them further.

But I have observed that container gets created on job level and folders are created on that container and the moment job ends folders gone - whole process is not visible to me.

I want to create those folder on my notebook folder's hierarchy - how to do this?

User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,337 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,619 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-06-08T12:13:01.2566667+00:00

    Zaheer. Sadaf (Enterprise Services) Welcome to Microsoft Q&A forum!

    I want to create folders on Notebook folder hierarchy from python script which is being executed as job.
    There are two python models 1)would be creating folders to store images after first level tagging 2) second model would be reading from certain folder of tagged images to tag them further. But I have observed that container gets created on job level and folders are created on that container and the moment job ends folders gone - whole process is not visible to me. I want to create those folder on my notebook folder's hierarchy - how to do this?

    A job will use the storage linked to workspace to process any data. Did you consider using a Storage explorer rather than using notebooks because at notebook level the folder structure is displayed as per user directory and not at workspace level.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.