Uses of Class
com.google.cloud.automl.v1beta1.AutoMlSettings
-
Packages that use AutoMlSettings Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of AutoMlSettings in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return AutoMlSettings Modifier and Type Method Description AutoMlSettings
AutoMlSettings.Builder. build()
static AutoMlSettings
AutoMlSettings. create(AutoMlStubSettings stub)
AutoMlSettings
AutoMlClient. getSettings()
Methods in com.google.cloud.automl.v1beta1 with parameters of type AutoMlSettings Modifier and Type Method Description static AutoMlClient
AutoMlClient. create(AutoMlSettings settings)
Constructs an instance of AutoMlClient, using the given settings.Constructors in com.google.cloud.automl.v1beta1 with parameters of type AutoMlSettings Constructor Description AutoMlClient(AutoMlSettings settings)
Constructs an instance of AutoMlClient, using the given settings.Builder(AutoMlSettings settings)
-