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
Hey, Is There A Way To Report Progress Timeline In A

Hey,

Is there a way to report progress timeline in a Data Processing type task?
Use case: I have a distributed data preparation process for which I use such task to track, and I’d like to report the number of items I’ve finished processing every X time.
A workaround that I found is to report it as a scalar, but then I report it as iterations and don’t get the notion of time.

  
  
Posted 3 years ago
Votes Newest

Answers 3


Exactly what I was looking for!
So just report scalars as I would anyways and then set the dispay to wall-time, right?

  
  
Posted 3 years ago

Yeah 🙂

  
  
Posted 3 years ago

Hi HandsomeCrow5 , when you report scalars, the wall-time is stored as well. When viewing in the Experiment's Results/Scalars tab, you have a little cog-wheel on the right side. Click it and you'll be able to switch the view from iterations to wall-time.

  
  
Posted 3 years ago