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
Hi There, Is There A Way To Save A Model Simply To The Fileserver Such That The Model Url Will Point There And Not To A Local Disk (I Am Running In Docker Containers And Local Path Is Not Always Available).

Hi there, is there a way to save a model simply to the fileserver such that the MODEL URL will point there and not to a local disk (I am running in docker containers and local path is not always available).

  
  
Posted 2 months ago
Votes Newest

Answers 3


Hi @<1577468611524562944:profile|MagnificentBear85> , you can also use Task.init(... , output_uri=True) in the code as well

  
  
Posted 2 months ago

Setting sdk.development.default_output_uri to the same URL as api.files_server seems to do the trick.

  
  
Posted 2 months ago

Ah, thanks!

  
  
Posted 2 months ago
267 Views
3 Answers
2 months ago
2 months ago
Tags
Similar posts