# completion_with_retry

> **Function** in `langchain_google_vertexai`

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

## Signature

```python
completion_with_retry(
    llm: _BaseVertexMaasModelGarden,
    **kwargs = {},
)
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/a3f016b2a6c4af535df275545f76fa7424aa39e5/libs/vertexai/langchain_google_vertexai/model_garden_maas/_base.py#L228)