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
Hello, I Have A Small Question Regarding Ui: Currently, In The Artifacts Section Of A Task, The

Hello, I have a small question regarding UI:
Currently, in the artifacts section of a task, the FILE PATH displayed for artifacts stored in s3 are displayed with the following url scheme: s3://bucket_name/artifact_path . This link is clickable in the UI, but doesn't redirect anywhere. Would it be possible instead/on top of that to show a valid HTTPS URL that allows to download the file?

  
  
Posted 3 years ago
Votes Newest

Answers 5


AgitatedDove14 WOW, thanks a lot! I will dig into that 🚀

  
  
Posted 3 years ago

JitteryCoyote63 s3 should work, you can go to your profile page, see if you do not have some old credentials already there, maybe this is the issue.

  
  
Posted 3 years ago

Hi JitteryCoyote63

Or even better: would it be possible to have a support for HTML files as artifacts?

If you report html files as debug media they will be previewed, as long as the link is accessible.
You can check this example:
https://github.com/allegroai/trains/blob/master/examples/reporting/html_reporting.py

In the artifacts, I think html are also supported (maybe not previewed as nicely but clickable.
Regrading the s3 link, I think you are supposed to get a popup window asking for S3 credentials, but I'm not sure, I'll check with UI guys :)

  
  
Posted 3 years ago

Or even better: would it be possible to have a support for HTML files as artifacts?

  
  
Posted 3 years ago

Some context: I am trying to log an HTML file and I would like it to be easily accessible for preview

  
  
Posted 3 years ago
827 Views
5 Answers
3 years ago
one year ago
Tags