README.md
# GoogleApi.MachineLearning
AI Platform Training & Prediction API client library.
An API to enable creating and using machine learning models.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_machine_learning` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_machine_learning, "~> 0.28"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/ml/](https://cloud.google.com/ml/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_machine_learning](https://hexdocs.pm/google_api_machine_learning).