Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V1 ¶
type V1 interface { // Predict provides access to loaded TensorFlow model. Predict(context.Context, *tfservingv1.PredictRequest, ...grpc.CallOption) (*tfservingv1.PredictResponse, error) // Close tears down the ClientConn and all underlying connections. Close() error }
ClientV1 is the interface for v1 version of the grpc client.
Click to show internal directories.
Click to hide internal directories.