Edit Tags for Pictures
Last updated
Was this helpful?
Last updated
Was this helpful?
Tags allow you to quickly search for pictures in your Lake
From your "Data lake" tab you can select the pictures on which you want to add or delete some tags.
Once pictures have been selected you can click on add or delete tags.
To delete a tag, you can click on "x" 🚀
Note that we do not allow tag edition, if you want to change the name of a tag, please delete it and then add another one with the desired name 🚨
First make sure that you have Picsellia Python package installed
then you will need to initialize the Client with your API Token, available in you profile page.
you can now search some assets on your lake with de datalake.fetch() method:
You can use Client.datalake.pictures.status() to vizualize the fetched assets
then you can add or remove tags on the fetched assets
You can find a complete reference to the SDK here.