@Generated(value="by gRPC proto compiler (version 1.10.0)", 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 class |
PredictionServiceGrpc.PredictionServiceBlockingStub
AutoML Prediction API.
|
static class |
PredictionServiceGrpc.PredictionServiceFutureStub
AutoML Prediction API.
|
static class |
PredictionServiceGrpc.PredictionServiceImplBase
AutoML Prediction API.
|
static class |
PredictionServiceGrpc.PredictionServiceStub
AutoML Prediction API.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation> |
METHOD_BATCH_PREDICT
Deprecated.
|
static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> |
METHOD_PREDICT
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<PredictRequest,PredictResponse> METHOD_PREDICT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<BatchPredictRequest,com.google.longrunning.Operation> METHOD_BATCH_PREDICT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<PredictRequest,PredictResponse> getPredictMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") 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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.