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
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

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 to show up in the Task UI, but not datasets. Is there something more I need to do?

  
  
Posted 3 months ago
Votes Newest

Answers 2


Great, thank you for replying! I'll take a look! :)

  
  
Posted 3 months ago

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

  
  
Posted 3 months ago