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
Is There A Way To Record Metrics With The Rest Api? I'M Not Seeing It.

Is there a way to record metrics with the REST API? I'm not seeing it.

  
  
Posted one year ago
Votes Newest

Answers 4


MammothGoat53 , technically speaking all the SDK communicates with the backend via REST API so all reports and actions done by the SDK can be done via REST API. Is there some specific feature you're looking for?

  
  
Posted one year ago

Hi MammothGoat53
Do you mean working with RestAPI directly?
https://clear.ml/docs/latest/docs/references/api/events

  
  
Posted one year ago

Ah great! I hadn't figured out that adding a metric was an event

  
  
Posted one year ago

And more broadly I'm evaluating solutions that are usable without Python. So if there are any key features that are not available through the REST API?

  
  
Posted one year ago
622 Views
4 Answers
one year ago
one year ago
Tags