# VertexAIModelGarden

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/vertexai/VertexAIModelGarden)

Vertex AI Model Garden large language models.

## Signature

```python
VertexAIModelGarden()
```

## Extends

- `_VertexAIBase`
- `BaseLLM`

## Properties

- `client`
- `async_client`
- `endpoint_id`
- `allowed_model_args`
- `prompt_arg`
- `result_arg`
- `endpoint_path`

## Methods

- [`validate_environment()`](https://reference.langchain.com/python/langchain-community/llms/vertexai/VertexAIModelGarden/validate_environment)

## ⚠️ Deprecated

Deprecated since version 0.0.12.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/vertexai.py#L396)