Package tensorflow.serving
Class PredictionServiceGrpc
java.lang.Object
tensorflow.serving.PredictionServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.30.0)",
comments="Source: tensorflow_serving/apis/prediction_service.proto")
public final class PredictionServiceGrpc
extends java.lang.Object
open source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPredictionServiceGrpc.PredictionServiceBlockingStubopen source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers.static classPredictionServiceGrpc.PredictionServiceFutureStubopen source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers.static classPredictionServiceGrpc.PredictionServiceImplBaseopen source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers.static classPredictionServiceGrpc.PredictionServiceStubopen source marker; do not remove PredictionService provides access to machine-learned models loaded by model_servers. -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME -
Method Summary
-
Field Details
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME- See Also:
- Constant Field Values
-
-
Method Details
-
getClassifyMethod
public static io.grpc.MethodDescriptor<Classification.ClassificationRequest,Classification.ClassificationResponse> getClassifyMethod() -
getRegressMethod
public static io.grpc.MethodDescriptor<RegressionOuterClass.RegressionRequest,RegressionOuterClass.RegressionResponse> getRegressMethod() -
getPredictMethod
public static io.grpc.MethodDescriptor<Predict.PredictRequest,Predict.PredictResponse> getPredictMethod() -
getMultiInferenceMethod
public static io.grpc.MethodDescriptor<Inference.MultiInferenceRequest,Inference.MultiInferenceResponse> getMultiInferenceMethod() -
getGetModelMetadataMethod
public static io.grpc.MethodDescriptor<GetModelMetadata.GetModelMetadataRequest,GetModelMetadata.GetModelMetadataResponse> getGetModelMetadataMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static PredictionServiceGrpc.PredictionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static PredictionServiceGrpc.PredictionServiceFutureStub newFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-