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, I Have A Pipeline Designed Whenever I Run That All The Steps Will Be Present In All Experiment But I Want That To Be In The Project That I Have Specified Can Anyone Help Me With This

hi,
I have a pipeline designed
whenever I run that all the steps will be present in all experiment
but i want that to be in the project that i have specified
can anyone help me with this

  
  
Posted 4 months ago
Votes Newest

Answers 5


Yes you can, see the examples here 🙂
None

  
  
Posted 4 months ago

@<1523701070390366208:profile|CostlyOstrich36> if you want to trigger the pipeline from UI
and you want to change the test_size in step_two part of the pipeline,
is there any way to do that from UI

  
  
Posted 4 months ago

when we run a pipeline how can we change PARAMETERS of a part of pipeline
i am getting on PARAMETERS of pipeline not the component
@<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 4 months ago

Yes. Run all the pipelines examples and see how the parameters are added via code to the controller.

For example:
None

  
  
Posted 4 months ago

Hi @<1643060818490691584:profile|MagnificentHedgehong41> , did you specify a project name? You can go into settings and enable showing hidden projects/experiments and then you will be able to see the pipeline steps in projects as well

  
  
Posted 4 months ago
279 Views
5 Answers
4 months ago
4 months ago
Tags
Similar posts