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 2 years ago
Votes Newest

Answers 4


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

  
  
Posted 2 years ago

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 2 years 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 2 years ago

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

  
  
Posted 2 years ago
1K Views
4 Answers
2 years ago
one year ago
Tags