langchain_community.llms.vertexai.stream_completion_with_retry¶

langchain_community.llms.vertexai.stream_completion_with_retry(llm: VertexAI, *args: Any, run_manager: Optional[CallbackManagerForLLMRun] = None, **kwargs: Any) Any[source]¶

Use tenacity to retry the completion call.