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
Unanswered
Hi Everyone! Are There Any Options To Disable Deletion Of Published Models In Clearml Server?


I use on-prem ClearML Server free tier (v2.2.0)

I can delete models with code ( clearml.InputModel("<>").remove(...) ) and with ClearML UI (I can archive published models and then delete them from archive).

If we talk about datasets, I cant delete published dataset with code ( clearml.Dataset.delete() ) - ClearML SDK doesn't allow me to do so. But in ClearML UI I can archive published datasets and then delete them from archive.

  
  
Posted 2 days ago
24 Views
0 Answers
2 days ago
one day ago