Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, Potentially Very Silly And Simple Question, But I'M Trying To Run The

Hi, potentially very silly and simple question, but I'm trying to run the cleanup_service.py in my services queue. However, it is not deleting any task but printing this line instead: WARNING:root:Could not delete Task ID=742e93cdfeac4f1c9395f0254fc443320, 'Task' object has no attribute 'delete' . I am kind of confused as to where to search. I tried numerous things - adding CLEARML_API_ACCESS_KEY and CLEARML_API_SECRET_KEY , but it doesn't change anything. It also doesn't seem to be a connection issue, since it can originally find the task IDs, so a connection of some sorts is going on. However, when deleting it fails with this strange error message. I tried searching github + so + this workspace but I cannot find an answer. Does anyone have a clue?

  
  
Posted one day ago
Votes Newest

Answers 3


Hi @<1577468611524562944:profile|MagnificentBear85> , what version of clearml are you using?

  
  
Posted one day ago

Hi @<1523701070390366208:profile|CostlyOstrich36> - I'm using WebApp: 1.16.2-502 • Server: 1.16.2-502 • API: 2.30.

  
  
Posted one day ago

@<1577468611524562944:profile|MagnificentBear85> this seems like some SDK usage issue - the code complains the Task object has no delete() method, although clearml.Task (which is what the code uses) does have this method defined - which SDK version are you using? Also, it might be possible you're redefining the Task class by mistake?

  
  
Posted 21 hours ago
13 Views
3 Answers
one day ago
19 hours ago
Tags