@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/automl/v1beta1/prediction_service.proto") public final class PredictionServiceGrpc extends Object
AutoML Prediction API. On any input that is documented to expect a string parameter in snake_case or kebab-case, either of those cases is accepted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictionServiceGrpc.AsyncService
AutoML Prediction API.
|
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 |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(PredictionServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation> |
getBatchPredictMethod() |
static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> |
getPredictMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static PredictionServiceGrpc.PredictionServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PredictionServiceGrpc.PredictionServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PredictionServiceGrpc.PredictionServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
public static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation> getBatchPredictMethod()
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.