serving
Here are 53 public repositories matching this topic...
-
Updated
Oct 4, 2020 - C++
PrestoDB https://prestodb.io .. is widely used as SQL frontend for many different data-sources, including ElasticSearch, and even files in S3 .. would be very nice if there would be a Connector available for Vespa.
-
Updated
Sep 29, 2020
-
Updated
Jan 3, 2019 - Python
Currently the way that the predict function converts the incoming data and more importantly the return statement is quite obscure, and the community tends to just look at the util.py functions, however they shouldn't have the need to read the source to know what rules apply. For this it would be useful to ahve a table or a high level overview of the rules that apply in regards to what data types g
-
Updated
Sep 7, 2020 - Python
-
Updated
Mar 9, 2020 - JavaScript
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 1, 2020 - Smarty
-
Updated
Oct 3, 2020 - Python
-
Updated
May 13, 2020 - Java
-
Updated
Jan 1, 2020
-
Updated
Aug 12, 2020 - Java
-
Updated
Dec 23, 2019 - Python
-
Updated
Aug 17, 2020 - Starlark
-
Updated
Nov 2, 2017 - Scala
-
Updated
Sep 21, 2020 - Python
-
Updated
Jul 22, 2020
-
Updated
May 4, 2020 - Python
-
Updated
Sep 9, 2019 - C++
-
Updated
Mar 27, 2018 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Apr 21, 2018 - PHP
-
Updated
Sep 26, 2020 - Java
-
Updated
Aug 27, 2019 - Python
-
Updated
May 11, 2019 - C++
-
Updated
Sep 15, 2018 - Python
Improve this page
Add a description, image, and links to the serving topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serving topic, visit your repo's landing page and select "manage topics."
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name").It would however be very handy to have some kind of
ray.list_named_actors()API method to get a list/dict of all currently available named actors.It can be useful for: