Package com.google.cloud.automl.v1beta1
Class PredictionServiceGrpc.PredictionServiceImplBase
- java.lang.Object
-
- com.google.cloud.automl.v1beta1.PredictionServiceGrpc.PredictionServiceImplBase
-
- All Implemented Interfaces:
PredictionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- PredictionServiceGrpc
public abstract static class PredictionServiceGrpc.PredictionServiceImplBase extends Object implements io.grpc.BindableService, PredictionServiceGrpc.AsyncService
Base class for the server implementation of the service PredictionService.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.
-
-
Constructor Summary
Constructors Constructor Description PredictionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.automl.v1beta1.PredictionServiceGrpc.AsyncService
batchPredict, predict
-
-