Hi SubstantialElk6
you can do:from clearml.config import config_obj config_obj.get('sdk')
You will get the entire configuration tree of the SDK section (if you need sub sections, you can access them with '.' notation, e.h. sdk.storage
)
SubstantialElk6 are you talking about SDK code being executed by the Agent?
Hi SuccessfulKoala55 I was refering to the Task.init() or any other SDK API that we use in our training codes.