# 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/8e006aa3ea738f609bcf19c54249414cecf48daf/libs/vertexai/langchain_google_vertexai/model_garden_maas/_base.py#L193)