Uses of Class
com.google.cloud.automl.v1beta1.stub.PredictionServiceStub
-
Packages that use PredictionServiceStub Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of PredictionServiceStub in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return PredictionServiceStub Modifier and Type Method Description PredictionServiceStub
PredictionServiceClient. getStub()
Methods in com.google.cloud.automl.v1beta1 with parameters of type PredictionServiceStub Modifier and Type Method Description static PredictionServiceClient
PredictionServiceClient. create(PredictionServiceStub stub)
Constructs an instance of PredictionServiceClient, using the given stub for making calls.Constructors in com.google.cloud.automl.v1beta1 with parameters of type PredictionServiceStub Constructor Description PredictionServiceClient(PredictionServiceStub stub)
-
Uses of PredictionServiceStub in com.google.cloud.automl.v1beta1.stub
Subclasses of PredictionServiceStub in com.google.cloud.automl.v1beta1.stub Modifier and Type Class Description class
GrpcPredictionServiceStub
gRPC stub implementation for the PredictionService service API.class
HttpJsonPredictionServiceStub
REST stub implementation for the PredictionService service API.Methods in com.google.cloud.automl.v1beta1.stub that return PredictionServiceStub Modifier and Type Method Description PredictionServiceStub
PredictionServiceStubSettings. createStub()
-