| GitHub Repository | RPC Documentation | REST Documentation |
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
| Client | Description |
|---|---|
| com. |
Service Description: AutoML Server API. The resource names are assigned by the server. The server never reuses names that it has created after the resources with those names are deleted. |
| com. |
Service Description: AutoML Prediction API. On any input that is documented to expect a string parameter in snake_case or dash-case, either of those cases is accepted. |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
| Settings | Description |
|---|---|
| com. |
Settings class to configure an instance of AutoMlClient
. The default instance has everything set to sensible defaults: |
| com. |
Settings class to configure an instance of PredictionServiceClient
. The default instance has everything set to sensible defaults: |

