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

Hi everyone!

Are there any options to disable deletion of published models in ClearML Server?

  
  
Posted 6 days ago
Votes Newest

Answers 2


Hi @<1569496075083976704:profile|SweetShells3> , how are you deleting the models?

  
  
Posted 4 days ago

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
832 Views
2 Answers
6 days ago
one day ago
Tags