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
Once I'Ve Created A Dataset And Finalized/Published It, I Can'T Figure Out How To Associate It With A Task Such That It Shows Up In The Task Ui. Dataset.Get() Finds A Dataset, But It Doesn'T Show Up In The Task Ui. I Can Get Inputmodels And Outputmodels T


Hi @<1836213542399774720:profile|ConvincingDragonfly85> , I believe you're looking for the alias parameter of Dataset.get() - None

  
  
Posted 3 months ago
65 Views
0 Answers
3 months ago
3 months ago