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 There, I'M Integrating Trains - Looks Great So Far! We Wanted To Be Able To Monitor Which User Created An Experiment. I'Ve Noticed I Can Create A User Using The


Hi CleanPigeon16 ,
I'm not sure I follow what you mean.

and then creating credentials for each one will show them as the user

How exactly?
Depending on how you set up Trains Server, you can create user identities either by:
Using a "flexible" user mode in which your user identity is determined by the name you provide when logging into the UI (i.e. when you do not configure apiserver.conf ) Using a "fixed" users list you define in the apiserver.conf file (in which you provide a display name, a user name and a password for each user identity)Regardless of how you created your user identity, you will need to go to your profile page in the UI, and obtain a set of credentials with which you can configure your Trains Python package (using trains init or by editing trains.conf ) - unless you do that, when Trains runs it can't know which user you're supposed to be...

What exactly were you thinking of?

  
  
Posted 3 years ago
83 Views
0 Answers
3 years ago
one year ago