public final class PredictionServiceGrpc
A service for online predictions and explanations.
Static Fields
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
public static final ServerServiceDefinition bindService(PredictionServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
public static MethodDescriptor<DirectPredictRequest,DirectPredictResponse> getDirectPredictMethod()
public static MethodDescriptor<DirectRawPredictRequest,DirectRawPredictResponse> getDirectRawPredictMethod()
public static MethodDescriptor<ExplainRequest,ExplainResponse> getExplainMethod()
public static MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
public static MethodDescriptor<RawPredictRequest,HttpBody> getRawPredictMethod()
Returns |
---|
Type | Description |
io.grpc.MethodDescriptor<RawPredictRequest,com.google.api.HttpBody> | |
public static MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getServerStreamingPredictMethod()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getStreamGenerateContentMethod()
public static MethodDescriptor<GenerateContentRequest,GenerateContentResponse> getStreamGenerateContentMethod()
public static MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getStreamingPredictMethod()
public static MethodDescriptor<StreamingRawPredictRequest,StreamingRawPredictResponse> getStreamingRawPredictMethod()
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
|
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
|
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
|