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
I Had A Good Look At All The Introduction Video On Youtube And Had Some Questions. Context: If We Are Going To Deploy And Maintain Clearml Servers Our Self In Azure:

I had a good look at all the introduction video on youtube and had some questions. Context: if we are going to deploy and maintain ClearML servers our self in Azure:

  • Can ClearML handle ActiveDirectory sign in ?
  • We have a custom model deployment pipeline: we do bundle them in installer rather than serve them as API on the web. Once a data scientist manage to build a model that he want to "deploy", how can he trigger our deployment pipeline from the UI and having a trace of it? In the rought way, you can tell the deploy pipeline that the model with this clearMl model id is ready to be deployed, and the deployment code use clearML API to pull the artefact and build the installer. But then how do you trace/track that ? Is there any hooks or webhooks in ClearML that get trigger when a model is tagged or publish ? I am thinking of the equivalent in MLFlow where a model change its stage to Production, a webhook is triggered.If there are any documentation relevant to my questions, I would appreciate if you can send those to me. Happy to real all that !
  
  
Posted 10 months ago
Votes Newest

Answers 4


Regarding #2, this can be easily be done by a monitoring script using the API, looking for published models - so the user just needs to publish the model, and your automated script can take it from there

  
  
Posted 10 months ago

Hi @<1576381444509405184:profile|ManiacalLizard2> ,
Regarding #1, this is a type of SSO login and it's supported by the scale/enterprise versions of ClearML Server

  
  
Posted 10 months ago

For #2: it's a pull rather than a push system: you need to have a script that do pulling at regular interval and need to keep track what new and what not?

  
  
Posted 10 months ago

I also think it make sense that when you do certain definitive CI actions like publish, it would support some custom scripts to run.

  
  
Posted 10 months ago
545 Views
4 Answers
10 months ago
10 months ago
Tags