Unanswered
Hi All, I’M Curious If Anyone Has An Example Of Editing The Configuration Of A Running
Hi @<1533620191232004096:profile|NuttyLobster9> , I'm not sure we have such an example, but you can basically edit the task configuration object using the SDK or APIClient. Using the SDK, this would be something like:
from clearml import Task
task = Task.get_task("<task-id>")
task.set_configuration_object("<name>", "<content>")
84 Views
0
Answers
7 months ago
7 months ago