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
I Have A Question Regarding Dataset Versioning Lets Say I Create Dataset A Which Has 1000 Files Then I Create Dataset B With Dataset A As It'S Parent. All I Did Was Delete 900 Files That Were Corrupted. When I Pull A Local Copy Of Dataset B, Do I Just Pul

I have a question regarding Dataset versioning
Lets say I create Dataset A which has 1000 files then I create Dataset B with Dataset A as it's parent. All I did was delete 900 files that were corrupted.
When I pull a local copy of Dataset B, do I just pull 100 files from the server? or do I pull 1000 and then clearml behind the scenes deletes 900 to leave me with 100?
I want to know if the parent dataset is huge relative to the child dataset. Will i inadvertently pull the parent dataset from the remote to then downsize it to the child or do I just pull the child from the server?

  
  
Posted one year ago
Votes Newest

Answers 3


does this apply if im using an external S3 storage? because the stored data appears as a large zip file in S3

  
  
Posted one year ago

Yes

  
  
Posted one year ago

Hi @<1547028031053238272:profile|MassiveGoldfish6> , the expected behavior would be pulling only the 100 files 🙂

  
  
Posted one year ago