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
Also, Is There A Way To Remove The Examples From My Server Deployment? I Can'T Delete The Tasks. I Tried To Archive The Task Prior To Deletion And I Get The Following Error:

Also, is there a way to remove the Examples from my server deployment? I can't delete the tasks. I tried to archive the task prior to deletion and I get the following error:
2021-02-02 17:05:22,163 - clearml.Task - ERROR - Action failed <403/21: tasks.edit/v1.0 (Forbidden (modification not allowed) (cannot modify public task(s)Does this mean I have to convert these tasks to 'private' somehow before I can delete them?

  
  
Posted 3 years ago
Votes Newest

Answers 3


Haha no not that much, I was just trying to play around with removing tasks etc, and didn't want to remove tasks created by co-workers.

Out of interest, is there a reason these are read-only? The code for these tasks is on github right?

  
  
Posted 3 years ago

Out of interest, is there a reason these are read-only?

Yes, we should probably change that... they are designed to be pre-populated, but there should not be any reason you could not remove them

The code for these tasks is on github right?

Correct

  
  
Posted 3 years ago

Hi TenseOstrich47 ,
Currently there isn't a way to remove them - they're considered read-only and can't be modified (both the project and the experiments within).
Are they bothering you that much?

  
  
Posted 3 years ago