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
BattyHedgehong22
Moderator
17 Questions, 19 Answers
  Active since 07 February 2023
  Last activity 8 months ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
0 Answers
376 Views
0 Votes 0 Answers 376 Views
Can you quit a running worker in clearml
9 months ago
0 Votes
1 Answers
430 Views
0 Votes 1 Answers 430 Views
Hey Team, How can I pass parameters in my pipeline controller and access them in my step one task????
9 months ago
0 Votes
8 Answers
410 Views
0 Votes 8 Answers 410 Views
Hello Community, Can I run multiple clearml agent from one machine??
9 months ago
0 Votes
3 Answers
427 Views
0 Votes 3 Answers 427 Views
9 months ago
0 Votes
7 Answers
404 Views
0 Votes 7 Answers 404 Views
Hey Community, So I am facing an issue related to passing parameters. I am getting the parameters from the taskscheduler , taskparameter.
9 months ago
0 Votes
1 Answers
467 Views
0 Votes 1 Answers 467 Views
Hey Community! Having repository cloning issue can anyone help......
9 months ago
0 Votes
1 Answers
361 Views
0 Votes 1 Answers 361 Views
What permissions do i need to provide to the bot foe sending notifications in my slack workspace
8 months ago
0 Votes
4 Answers
393 Views
0 Votes 4 Answers 393 Views
How to read a params file in pipeline decorater
9 months ago
0 Votes
7 Answers
458 Views
0 Votes 7 Answers 458 Views
9 months ago
0 Votes
0 Answers
380 Views
0 Votes 0 Answers 380 Views
9 months ago
0 Votes
1 Answers
398 Views
0 Votes 1 Answers 398 Views
Can we manage this operation of connecting task in a pipelline controller logic file
9 months ago
0 Votes
4 Answers
471 Views
0 Votes 4 Answers 471 Views
How can I access github/bitbucket repository using my python file to run in clearml??
9 months ago
0 Votes
0 Answers
332 Views
0 Votes 0 Answers 332 Views
I am giving the parameters this way
9 months ago
0 Votes
5 Answers
394 Views
0 Votes 5 Answers 394 Views
Cannot import my custom python file when creating a pipeline using the decorator do anyone have any idea as to how to solve this issue.
9 months ago
0 Votes
0 Answers
390 Views
0 Votes 0 Answers 390 Views
How can i read my json file in my pipeline controller logic ??
9 months ago
0 Votes
0 Answers
367 Views
0 Votes 0 Answers 367 Views
Showing an error of limited disk space when run two agents from one machine
9 months ago
0 Votes
1 Answers
350 Views
0 Votes 1 Answers 350 Views
9 months ago
0 How To Read A Params File In Pipeline Decorater

Is their anything similar to this in a Pipeline Decorater

Task.current_task().connect_configuration('my_conf.json', name="my conf file")
9 months ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

yes running through the agent. Currently I am using my local machine to run the code instead I want to use my bitbucket repository to run the Task

9 months ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

I have done that sit it is showing authentication error

9 months ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

can you give more details what's exactly happening here? what are the env variables and other stuff?

9 months ago
0 How To Read A Params File In Pipeline Decorater

I have a json file specifying some required input for my executing pipeline function. So how can I give that to connect the pipeline to my input

9 months ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

So, I am passing my parameters which I need to change in the task-scheduler file by the code:
image

9 months ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

now I want to access this parameters into the pipeline and pass it along to step one for which I am using the above snippet

9 months ago