README.md
# GoogleApi.AIPlatform
Vertex AI API client library.
Train high-quality custom machine learning models with minimal machine learning expertise and effort.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_ai_platform` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_ai_platform, "~> 0.18"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/vertex-ai/](https://cloud.google.com/vertex-ai/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_ai_platform](https://hexdocs.pm/google_api_ai_platform).