Hi CourageousWhale20
Most documentation is here https://allegro.ai/docs
The class documentation itself is also there under "References" -> "Trains Python Package"
Notice that due to a bug in the documentation (we are working on a fix) the reference part is not searchable in the main search bar
Ah yes this has it all 🙂 the method I was looking for: https://allegro.ai/docs/task.html#trains.task.Task.init thanks!
FYI the docs don't have everything, e.g. task.id
isn't documented as a property on the https://allegro.ai/docs/task.html page--you have to look in the source code and follow the inheritance to obtain that information
BroadMole98 thank you for noticing !
I'll make sure it is fixed (a few other properties are also missing there, not sure why, I'll ask them to take a look)