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
WobblyFrog79
Moderator
9 Questions, 32 Answers
  Active since 08 February 2025
  Last activity one month ago

Reputation

0

Badges 1

22 × Eureka!
0 Votes
4 Answers
283 Views
0 Votes 4 Answers 283 Views
Hello, I submitted a PR in July which still hasn't been merged, and I'm having trouble reaching the person who reviewed it initially. Can somebody from the C...
one month ago
0 Votes
1 Answers
693 Views
0 Votes 1 Answers 693 Views
Hello, I'm having issues with cloning a private repository that uses submodules with private repositories. I'm using CLEARML_AGENT_GIT_PASS and CLEARML_AGENT...
7 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
How to configure ClearML agent to keep pods around after they finish/fail? I want to debug a pod that crashes, but it gets deleted quickly
7 months ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
A question regarding using clearml-agent with k8s clusters. We use ClearML pipelines to train our models. The pods sometimes fail due to intermittent failure...
4 months ago
0 Votes
0 Answers
767 Views
0 Votes 0 Answers 767 Views
Is there a way to change the name of MongoDB databases used by ClearML? We want to have two self-hosted instances of ClearML that are going to use the same M...
6 months ago
0 Votes
4 Answers
839 Views
0 Votes 4 Answers 839 Views
9 months ago
0 Votes
3 Answers
758 Views
0 Votes 3 Answers 758 Views
How can I access task IDs of tasks running within a PipelineDecorator.pipeline ? I know PipelineController has get_running_nodes method, but how to achieve t...
8 months ago
0 Votes
9 Answers
978 Views
0 Votes 9 Answers 978 Views
Hello, a question about pipelines. I have a repository with one pipeline using decorators, defined in pipeline.py . It uses multiple components that import c...
9 months ago
0 Votes
2 Answers
429 Views
0 Votes 2 Answers 429 Views
Is there a way to fail early if a task in a k8s pipeline references a queue that doesn't actually exist? We've had this happen by accident (typo), the pipeli...
2 months ago