Package tensorflow.serving
Class PredictionServiceGrpc
- java.lang.Object
-
- tensorflow.serving.PredictionServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.26.0)", comments="Source: tensorflow_serving/apis/prediction_service.proto") public final class PredictionServiceGrpc extends java.lang.Objectopen 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 Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public static PredictionServiceGrpc.PredictionServiceStub newStub(io.grpc.Channel channel)
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()
-
-