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
Hi! Maybe Someone Will Be Able To Help Me. Im Trying To Build System: Step 0: Build Pipeline (Run Locally) Step 1: Executes The Taskscheduler, Step 2: Executes The Pipeline (Remotely) I Tried To Use Agent Services As On Image. But It Doesnt Work ( I’M Ab

Hi!
Maybe someone will be able to help me.

Im trying to build system:
step 0: Build pipeline (run locally)
step 1: Executes the TaskScheduler,
step 2: Executes the Pipeline (remotely)
I tried to use agent services as on image.
But it doesnt work ( I’m able to build pipeline as on image when im runing local, can run taskscheduler, but when trying to use agent recive errors …

So my job doesnt work looks like im not able to connect to clearml, so i dont understand what i have done wrong(
image
image
image

  
  
Posted 10 months ago
Votes Newest

Answers 3


You can see in the log it tries to download an artifact from a specific IP:URL is that link a valid one?
(this seems like the main cause of the error, first line in the screenshot)

  
  
Posted 9 months ago

Hi JealousArcticwolf24
Can you run your pipeline on an agent (i.e. remotely) but launching it from the UI (not the taskscheduler)?

  
  
Posted 10 months ago

AgitatedDove14 Hi! Once again)
No( im able to run pipeline only with method .run_locally()(
I can start the task but every time get an error(

  
  
Posted 10 months ago
1K Views
3 Answers
10 months ago
9 months ago
Tags