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 one year ago
Votes Newest

Answers


I found the document that I can use base_task_id .
None

  
  
Posted one year ago
672 Views
1 Answer
one year ago
one year ago
Tags
Similar posts