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
I Have 5 Unarchived Pipeline Runs That Were Defined With This Decorator:

I have 5 unarchived pipeline runs that were defined with this decorator:
@PipelineDecorator.pipeline( name="fastai_image_classification_pipeline", project="lavi-testing", version="0.2", multi_instance_support=True, )I'd like to compare a few tasks across these pipelines, however, when I look in project lavi-testing I see no experiments at all.
I'm finding it difficult to select a set of tasks that were run within the different pipeline runs in this project. How can I do that?

  
  
Posted 2 years ago
Votes Newest

Answers 7


I can find the tasks in the "all experiments" project but there are over 500 tasks there (I guess in includes the archived tasks as well) so that's not much help.

  
  
Posted 2 years ago

Hi John. sort of. It seems that archiving pipelines does not also archive the tasks that they contain so /projects/lavi-testing/.pipelines/fastai_image_classification_pipeline is a very long list..

  
  
Posted 2 years ago

Hi John. sort of. It seems that archiving pipelines does not also archive the tasks that they contain so

This is correct, the rationale is that the components (i.e. Tasks) might be used (or already used) as cached steps ...

  
  
Posted 2 years ago

In fact, all my projects seems empty of tasks.

  
  
Posted 2 years ago

  • Maybe we should add an option, archive components as well ...
  
  
Posted 2 years ago

PanickyMoth78 , pipeline tasks are usually hidden. If you go to Settings -> Configuration you will have an option to show hidden projects. This way you can find the projects that the tasks reside in + the pipeline steps

  
  
Posted 2 years ago

Tell me if it helps 🙂

  
  
Posted 2 years ago
700 Views
7 Answers
2 years ago
one year ago
Tags