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