Is there a way we can update the docs webpage?
Oh, I see! Apparently, there are no tags setter in the documentation, even though it is in the source code itself. Thanks!
You can do that by loading the models yourself, or using the task's  models  property
Hi  @<1523703652059975680:profile|ThickKitten19> , programmatically, you just need to load the model object and use the  update()  method
@<1523701087100473344:profile|SuccessfulKoala55>  The  Model  object does not seem to have the  update  method, is there a different version of SDK you are looking at?
Oh, I apologize, I was looking at the underlying implementation. For the model class, you can simply use the  tags  setter (which calls update under the hood)
