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 21 days ago
Votes Newest

Answers 2


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 17 days ago

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

  
  
Posted 19 days ago
2K Views
2 Answers
21 days ago
16 days ago
Tags