# acompletion_with_retry

> **Function** in `langchain_google_vertexai`

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

Use tenacity to retry the async completion call.

## Signature

```python
acompletion_with_retry(
    llm: _BaseVertexMaasModelGarden,
    run_manager: AsyncCallbackManagerForLLMRun | None = None,
    **kwargs: Any = {},
) -> Any
```

---

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