Is there a way we can update the docs webpage?
SuccessfulKoala55 The Model object does not seem to have the update
method, is there a different version of SDK you are looking at?
Hi ThickKitten19 , programmatically, you just need to load the model object and use the update()
method
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)
You can do that by loading the models yourself, or using the task's models
property
Oh, I see! Apparently, there are no tags setter in the documentation, even though it is in the source code itself. Thanks!