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
MagnificentHedgehong41
Moderator
1 Question, 2 Answers
  Active since 06 December 2023
  Last activity 5 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
5 Answers
305 Views
0 Votes 5 Answers 305 Views
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...
5 months ago
0 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

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>

5 months ago
0 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

@<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

5 months ago