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
Can You Give Me The Difference Between Pipeline And Task?

Can you give me the difference between Pipeline and Task?

  
  
Posted one year ago
Votes Newest

Answers 9


SwankySeaurchin41 , I think you don't need to connect pipelines. Think of pipeline as a DAG execution. You can build it anyway you want 🙂

  
  
Posted one year ago

I think the pipeline in ClearML like ML Workflow than pipleline from other frameworks

  
  
Posted one year ago

So what does the connection between two pipelines mean here?

  
  
Posted one year ago

Hmm

  
  
Posted one year ago

Hi 🙂

A task is the most basic object in the system in regards to experiments. A pipeline is a bunch of tasks that are controller by another task 🙂

  
  
Posted one year ago

and PipelineController is the task control, right natanM

  
  
Posted one year ago

Pipeline is combination from various tasks

  
  
Posted one year ago

That means

  
  
Posted one year ago

CostlyOstrich36 Help me, please 😄

  
  
Posted one year ago