MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

Adding / Reading description and tags for Environment using Python SDK

Open sbp-dev opened this issue 3 years ago • 3 comments

Hi, I'm able to create environments and register them using Python SDK. However, I can't find a way to add "Description" and "Tags".

I can add them from the web portal after registering though (refer image). I then tried to read it back using: env = Environment.get(ws, "my_env") However, I can't seem to find the description / tag information anywhere within the env object

image

Any leads please? Thanks.

sbp-dev avatar Aug 24 '22 13:08 sbp-dev

metadata is not exposed in v1 python sdk

vizhur avatar Aug 29 '22 15:08 vizhur

Thanks @vizhur Any plans for adding this feature? It'll be very helpful to track differences between environment versions, e.g. which modules were added / removed.

sbp-dev avatar Aug 30 '22 08:08 sbp-dev

There are no current plans to backport the feature to v1 AzureML Python SDK, feature is available for v2 https://docs.microsoft.com/en-us/azure/machine-learning/concept-v2

vizhur avatar Aug 30 '22 13:08 vizhur