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 ! I Am Wondering About How Pipelines Are Displayed In Projects View In Clear Ml Ui, Seems That There Is A Separate Folder For A Pipeline, But Its Invisible, How Can I Make Is Visible?

Hello ! I am wondering about how pipelines are displayed in projects view in Clear ML Ui, seems that there is a separate folder for a pipeline, but its invisible, how can i make is visible?
image
image
image

  
  
Posted 5 months ago
Votes Newest

Answers


Hi @<1623491856241266688:profile|TenseCrab59> , you can go into settings (profile icon on the top right of the UI) -> Configuration - Enable 'Show Hidden Projects'

  
  
Posted 5 months ago