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! Is There A Way To Launch Clearml Apps (For Example Clearml Schedulers) Via Api Or Code With Status Tracking On Clearml Application Tab? If We Run Clearml Schedulers Via Code With

Hello!

Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab?

If we run clearml schedulers via code with None we won't see this tasks on application/scheduler tab 😞

I am using self-hosted ClearML enterprise server

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1578555761724755968:profile|GrievingKoala83> , are you using the free-hosted app.clear.ml ? If so, you can't run applications there using a REST API command

  
  
Posted one month ago
188 Views
1 Answer
one month ago
one month ago
Tags
Similar posts