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 Wanted To Ask About Html Reporting, If I Want To Do A More Fancy Visualization (Like Overlay Of Two Images Depending On Mouse Hovering), I Have To Inject This Html Into The Reporting Code, Right? I Am Asking, As Perhaps It Is Possible To Have Custom Wid

I wanted to ask about html reporting, if I want to do a more fancy visualization (like overlay of two images depending on mouse hovering), I have to inject this html into the reporting code, right? I am asking, as perhaps it is possible to have custom widget(HTML+JS) that would take images objects tracked in Trains and render them in a custom way post factum.

  
  
Posted 3 years ago
Votes Newest

Answers 17


Sure thing, feel free to ping 🙂

  
  
Posted 3 years ago

Not sure yet, I will get back to you on this later, in 1-2 weeks, thanks.

  
  
Posted 3 years ago

HealthyStarfish45 this sounds very cool! How can I help?

  
  
Posted 3 years ago

some piece of html+js code that you can add that governs how to visualize debug_samples from experiments that are already finished, think of adding an overlay of two types of images post factum

  
  
Posted 3 years ago

HealthyStarfish45 what exactly did you have in mind, in terms of the widget ?

  
  
Posted 3 years ago

yes, this is what I found as well

  
  
Posted 3 years ago

Hmm, it is not returned, it is inside the function....

  
  
Posted 3 years ago

if I use 

report_image

 can I get a URL to it somehow?

Let me check ...

  
  
Posted 3 years ago

AgitatedDove14 if I use report_image can I get a URL to it somehow?

  
  
Posted 3 years ago

yes

  
  
Posted 3 years ago

HealthyStarfish45 you mean as in RestAPI ?

  
  
Posted 3 years ago

For the images themselves, you can get heir urls

how can I do it?

  
  
Posted 3 years ago

have some kind of an add-on not as a widget but in an external system (this is not the preffered way of course)

  
  
Posted 3 years ago

(I am not an expert on UI to be honest)

Same here 🙂 lol

we can implement this externally

What do you mean by that?

  
  
Posted 3 years ago

Yes, replace image viewer with a custom widget, but perhaps we can implement this externally (I am not an expert on UI to be honest)

  
  
Posted 3 years ago

HealthyStarfish45 you mean like replace the debug image viewer with custom widget ?
For the images themselves, you can get heir urls, then embed that in your static html.
You could also have your html talk directly with the server REST API.
What did you have in mind?

  
  
Posted 3 years ago
493 Views
17 Answers
3 years ago
one year ago
Tags