public final class PredictionServiceGrpc
A service for online predictions and explanations.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(PredictionServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(PredictionServiceGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getDirectPredictMethod()
public static MethodDescriptor<DirectPredictRequest,DirectPredictResponse> getDirectPredictMethod()
getDirectRawPredictMethod()
public static MethodDescriptor<DirectRawPredictRequest,DirectRawPredictResponse> getDirectRawPredictMethod()
getExplainMethod()
public static MethodDescriptor<ExplainRequest,ExplainResponse> getExplainMethod()
getGenerateContentMethod()
public static MethodDescriptor<GenerateContentRequest,GenerateContentResponse> getGenerateContentMethod()
getPredictMethod()
public static MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
getRawPredictMethod()
public static MethodDescriptor<RawPredictRequest,HttpBody> getRawPredictMethod()
Returns |
Type |
Description |
io.grpc.MethodDescriptor<RawPredictRequest,com.google.api.HttpBody> |
|
getServerStreamingPredictMethod()
public static MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getServerStreamingPredictMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getStreamDirectPredictMethod()
public static MethodDescriptor<StreamDirectPredictRequest,StreamDirectPredictResponse> getStreamDirectPredictMethod()
getStreamDirectRawPredictMethod()
public static MethodDescriptor<StreamDirectRawPredictRequest,StreamDirectRawPredictResponse> getStreamDirectRawPredictMethod()
getStreamGenerateContentMethod()
public static MethodDescriptor<GenerateContentRequest,GenerateContentResponse> getStreamGenerateContentMethod()
getStreamRawPredictMethod()
public static MethodDescriptor<StreamRawPredictRequest,HttpBody> getStreamRawPredictMethod()
getStreamingPredictMethod()
public static MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getStreamingPredictMethod()
getStreamingRawPredictMethod()
public static MethodDescriptor<StreamingRawPredictRequest,StreamingRawPredictResponse> getStreamingRawPredictMethod()
newBlockingStub(Channel channel)
public static PredictionServiceGrpc.PredictionServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static PredictionServiceGrpc.PredictionServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static PredictionServiceGrpc.PredictionServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|