We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec1d6 commit f12e81bCopy full SHA for f12e81b
src/tf_container/proxy_client.py
@@ -31,7 +31,7 @@
31
32
DEFAULT_GRPC_REQUEST_TIMEOUT_FOR_INFERENCE_ACCELERATOR = 30.0
33
34
-REGRESSION = 'tensorflow/serving/regression'
+REGRESSION = 'tensorflow/serving/regress'
35
CLASSIFY = 'tensorflow/serving/classify'
36
INFERENCE = 'tensorflow/serving/inference'
37
PREDICT = 'tensorflow/serving/predict'
test/unit/test_proxy_client.py
@@ -21,7 +21,7 @@
21
22
from tf_container.proxy_client import GRPCProxyClient
23
24
25
26
27
0 commit comments