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
How Can I Figure Out From The Dataset Object Which Task It Created? Or Better: I Have A Task_Id How Can I Figure Out Which Datasets Were Created By This Experiment? Mind You The Dataset Has Its Own Task_Id Which Is Unrelated To The Original Task_Id

How can I figure out from the dataset object which task it created?

Or better: I have a task_id how can I figure out which datasets were created by this experiment?

Mind you the dataset has its own task_id which is unrelated to the original task_id

  
  
Posted one year ago
Votes Newest

Answers 4


I think you can simply save the creating task ID as a configuration parameter (I'm just thinking out loud)

  
  
Posted one year ago

well, it just shoved the dataset files with cryptic data_1/data_2 names among the artifacts.

  
  
Posted one year ago

use_current_task is False by default, let me see if this helps

  
  
Posted one year ago

I am not sure I want to do that

  
  
Posted one year ago