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 Everyone, Quick Questions. Is There A Way To Share Url Of A Particular Run With Teammates Without Using The Ui?

Hey Everyone, quick questions. Is there a way to share url of a particular run with teammates without using the UI?

  
  
Posted one year ago
Votes Newest

Answers 6


Is there an API that I can use.. We basically also have a slack hook where we want to add the link to the experiment

  
  
Posted one year ago

Hi SuccessfulKoala55 Let me know if you are aware

  
  
Posted one year ago

Hi MoodyBlackbird92 , there's no API, but you can use the web server address and programmatically add the URL. The format is always <web-server-address>/projects/<project-id>/experiments/<experiment-id>/output/execution

  
  
Posted one year ago

Hi MoodyBlackbird92 , one of the first things that appear in the experiment's log is a link to the experiment page in the UI- would that do the trick?

  
  
Posted one year ago

Thanks this is useful

  
  
Posted one year ago
549 Views
6 Answers
one year ago
one year ago
Tags