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 Question About

Hi, I have a question about Pipeline from tasks .
For one step in Pipeline from task , if the task of this step has multiple versions (experiments), which have different IDs, then which task does the code use? Is it possible to specify the task id or any other unique parameters?

pipe.add_step(
   ...
   base_task_project='examples',
   base_task_name='pipeline step 2 process dataset',
   ...
)

In Web UI, there are many pipeline step 2 process dataset experiments with different IDs.

Thanks.

  
  
Posted 6 months ago
Votes Newest

Answers


I found the document that I can use base_task_id .
None

  
  
Posted 6 months ago
295 Views
1 Answer
6 months ago
5 months ago
Tags
Similar posts