# get_vertex_maas_model

> **Function** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/model_garden_maas/get_vertex_maas_model)

Return a corresponding Vertex MaaS instance.

A factory method based on model's name.

## Signature

```python
get_vertex_maas_model(
    model_name,
    **kwargs = {},
)
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/vertexai/langchain_google_vertexai/model_garden_maas/__init__.py#L10)