Uses of Class
com.google.cloud.automl.v1.AutoMlSettings
-
Packages that use AutoMlSettings Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of AutoMlSettings in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 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.v1 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.v1 with parameters of type AutoMlSettings Constructor Description AutoMlClient(AutoMlSettings settings)
Constructs an instance of AutoMlClient, using the given settings.Builder(AutoMlSettings settings)
-