Unanswered
Hello Clearml Ppl
ok this makes sense, but how do I filter this tasks using the parameters? CostlyOstrich36
Imagine I create this task with a given parameters --task = Task.init(project_name='examples', task_name='Hyper-parameters example') parameters= {"customer_id" : 100} parameters = task.connect(parameters)
When is time to filter all tasks with customer_id = 100
, what can I use?
I tried this, but is not working ...from clearml.backend_api.session.client import APIClient client = APIClient() r = client.tasks.get_all(_all_={"pattern":"100", "fields":["parameters.application_id.value"]})
154 Views
0
Answers
2 years ago
one year ago