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
Hey

Hey @<1523701205467926528:profile|AgitatedDove14> ! Don't know if you're up but we're working on the VS Code extension at the hackathon rn!

  
  
Posted 6 months ago
Votes Newest

Answers 4


Oh no, I just saw the message @<1541954607595393024:profile|BattyCrocodile47> is this stills relevant?

  
  
Posted 6 months ago

Oh! System tags! That would definitely have been a better way to do it. We ended up querying for tasks in the "DevOps" project with the name "Interactive Session"

  
  
Posted 6 months ago

Hi @<1541954607595393024:profile|BattyCrocodile47> , you can simply pull all interactive session tasks - they are all tagged by the interactive system tag

  
  
Posted 6 months ago

Is there some way we could programmatically list all current ClearML sessions?

We need a way to do that, maybe with the clearml-session CLI in order to populate the VS Code extension menu.

  
  
Posted 6 months ago
346 Views
4 Answers
6 months ago
6 months ago
Tags