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
Profile picture
MoodyOx45
Moderator
3 Questions, 7 Answers
  Active since 10 June 2023
  Last activity 4 months ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
4 Answers
247 Views
0 Votes 4 Answers 247 Views
4 months ago
0 Votes
6 Answers
590 Views
0 Votes 6 Answers 590 Views
11 months ago
0 Votes
5 Answers
462 Views
0 Votes 5 Answers 462 Views
Hi, stupid questions. - Is it possible to execute only some tasks in the pipeline or start from somewhere in the middle? The only way i can think of is to ex...
8 months ago
0 Hi Guys, I Am Having Some Problems About Parsing Arguments To A Task When Running On Agent. I Have A Task A That Creates Another Task B Via Subprocess. Some Arguments Of A And B Share The Same Names. The Problem Is That They'Re Visible To B Even Though I'

I think that what you want is to build a pipeline from those Tasks? Or create a Task and enqueue it manually directly from Task A?

Hi @<1523701205467926528:profile|AgitatedDove14> , exactly what I wanted 🙂 .
I was wondering about what i can do with the agent's argparse magic.
Thanks for your answer.

4 months ago
0 Hi, Stupid Questions.

Thanks @<1523701070390366208:profile|CostlyOstrich36> , so i think some control logic must be written the code, and then use the pipeline input to select the portion of tasks to run (pls correct me if i'm wrong)

Then, i assume selectively running only some tasks from the web app is not supported yet? Let's say i want to start running the [ClearML example pipeline](https://app.clear.ml/pipelines/3572715422f15594b676fa9004e36149/experiments/e-7d38ec49f0cc41b99f67929474af994a?columns=selected...

8 months ago
0 Hi, Stupid Questions.

Yeah all clear to me. Thank you.

8 months ago