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

Any leads please? Thanks.
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
envobjectAny leads please? Thanks.