Uses of Class
com.google.cloud.automl.v1.stub.PredictionServiceStubSettings
-
Packages that use PredictionServiceStubSettings Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of PredictionServiceStubSettings in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 with parameters of type PredictionServiceStubSettings Modifier and Type Method Description static PredictionServiceSettings
PredictionServiceSettings. create(PredictionServiceStubSettings stub)
-
Uses of PredictionServiceStubSettings in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.stub that return PredictionServiceStubSettings Modifier and Type Method Description PredictionServiceStubSettings
PredictionServiceStubSettings.Builder. build()
Methods in com.google.cloud.automl.v1.stub with parameters of type PredictionServiceStubSettings Modifier and Type Method Description static GrpcPredictionServiceStub
GrpcPredictionServiceStub. create(PredictionServiceStubSettings settings)
static HttpJsonPredictionServiceStub
HttpJsonPredictionServiceStub. create(PredictionServiceStubSettings settings)
Constructors in com.google.cloud.automl.v1.stub with parameters of type PredictionServiceStubSettings Constructor Description Builder(PredictionServiceStubSettings settings)
GrpcPredictionServiceStub(PredictionServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcPredictionServiceStub, using the given settings.GrpcPredictionServiceStub(PredictionServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcPredictionServiceStub, using the given settings.HttpJsonPredictionServiceStub(PredictionServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonPredictionServiceStub, using the given settings.HttpJsonPredictionServiceStub(PredictionServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonPredictionServiceStub, using the given settings.
-