@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/vertexai/v1beta1/prediction_service.proto") public final class PredictionServiceGrpc extends Object
A service for online predictions and explanations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictionServiceGrpc.AsyncService
A service for online predictions and explanations.
|
static class |
PredictionServiceGrpc.PredictionServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PredictionService.
|
static class |
PredictionServiceGrpc.PredictionServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PredictionService.
|
static class |
PredictionServiceGrpc.PredictionServiceImplBase
Base class for the server implementation of the service PredictionService.
|
static class |
PredictionServiceGrpc.PredictionServiceStub
A stub to allow clients to do asynchronous rpc calls to service PredictionService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
public static io.grpc.MethodDescriptor<RawPredictRequest,com.google.api.HttpBody> getRawPredictMethod()
public static io.grpc.MethodDescriptor<DirectPredictRequest,DirectPredictResponse> getDirectPredictMethod()
public static io.grpc.MethodDescriptor<DirectRawPredictRequest,DirectRawPredictResponse> getDirectRawPredictMethod()
public static io.grpc.MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getStreamingPredictMethod()
public static io.grpc.MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse> getServerStreamingPredictMethod()
public static io.grpc.MethodDescriptor<StreamingRawPredictRequest,StreamingRawPredictResponse> getStreamingRawPredictMethod()
public static io.grpc.MethodDescriptor<ExplainRequest,ExplainResponse> getExplainMethod()
public static io.grpc.MethodDescriptor<CountTokensRequest,CountTokensResponse> getCountTokensMethod()
public static io.grpc.MethodDescriptor<GenerateContentRequest,GenerateContentResponse> getStreamGenerateContentMethod()
public static PredictionServiceGrpc.PredictionServiceStub newStub(io.grpc.Channel channel)
public static PredictionServiceGrpc.PredictionServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PredictionServiceGrpc.PredictionServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(PredictionServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.