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 93109f1 commit df7fd26Copy full SHA for df7fd26
src/main/java/com/github/tadayosi/tensorflow/serving/client/TensorFlowServingClient.java
@@ -1,6 +1,5 @@
1
package com.github.tadayosi.tensorflow.serving.client;
2
3
-import java.io.Closeable;
4
import java.util.Optional;
5
6
import io.grpc.ChannelCredentials;
@@ -15,7 +14,7 @@
15
14
import tensorflow.serving.PredictionServiceGrpc;
16
import tensorflow.serving.RegressionOuterClass;
17
18
-public class TensorFlowServingClient implements TensorFlowServingApi, Closeable {
+public class TensorFlowServingClient implements TensorFlowServingApi, AutoCloseable {
19
20
private static final String DEFAULT_TARGET = "localhost:8500";
21
0 commit comments