langchain.llms.vertexai.completion_with_retry¶

langchain.llms.vertexai.completion_with_retry(llm: VertexAI, *args: Any, **kwargs: Any) Any[source]¶

Use tenacity to retry the completion call.