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 File On Azure Blob, Which Will Be A Parent For Some Experiments, Which In Every One Of Them I Will Manipulate The Orig File. Now I Want To Create A Dataset, Define The Orig File As The Parent, And Then, While Creating Each Of The New Files, D

Hi, I have a file on azure blob, which will be a parent for some experiments, which in every one of them I will manipulate the orig file. now I want to create a dataset, define the orig file as the parent, and then, while creating each of the new files, define them as the sons of the orig file. can you point me to an example which show how to do it?

  
  
Posted 2 years ago
Votes Newest

Answers 6


From code ? or the CLI ?
In both cases the dataset needs to upload the parent version somewhere, azure blob supported.

  
  
Posted 2 years ago

from code, so after uploading it, I can add files to the data set, even after I finish the experiment?

  
  
Posted 2 years ago

Notice the parents argument when creating a new Dataset

  
  
Posted 2 years ago

thx Martin!

  
  
Posted 2 years ago

👍

  
  
Posted 2 years ago
582 Views
6 Answers
2 years ago
one year ago
Tags