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
Clearml Team Is No Longer To Develp Clearml-Session..? I Wrote An Issue But Nobody Answer

clearml team is no longer to develp clearml-session..? I wrote an issue but nobody answer

  
  
Posted one year ago
Votes Newest

Answers 9


i understand the reason that clearml-session supports only cli is because of SSH. right? i thought it was easy to develop sdk. instead, i can use your recommendation

  
  
Posted one year ago

and then?

The thing is programmatically this is not easy to do as API, because at the end the "function" (i.e. LCI) never leaves, it connects to the SSH and stays

But you can query the Task it creates, the project is known, the user is known and it is of special type/tag

  
  
Posted one year ago

I want to get task id, properties right after submitting clearml-session task

  
  
Posted one year ago

Could you extend on the use case of #18 ? how would you use it? what problem will it be solving ?

  
  
Posted one year ago

pls also refer to None :)

  
  
Posted one year ago

Wow i appreciate that 😆

  
  
Posted one year ago

looks like a great idea, I'll make sure to pass it along and that someone reply 🙂

  
  
Posted one year ago

Hope clearml-session will be more developed as clearml-agent. cause it is so useful! 👍
My issue: None

  
  
Posted one year ago

Sorry @<1524922424720625664:profile|TartLeopard58> 😞 we probably missed it
clearml-session is still being developed 🙂
Which issue are you referring to ?

  
  
Posted one year ago
658 Views
9 Answers
one year ago
one year ago
Tags