From 76a6dc8744e368b665a7226cbfac09984fa6f475 Mon Sep 17 00:00:00 2001 From: Mike <45373284+munkhuushmgl@users.noreply.github.com> Date: Mon, 2 Mar 2020 15:29:23 -0800 Subject: [PATCH] Translate: migrate published v3 translate batch samples [(#2914)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2914) * Translate: migrate published b v3 tch samples * added missing requirements * extended wait time * inlined some vals and specified input and output * added link to supported file types & modified default values of input uri * fixed small nit --- samples/snippets/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index f6a42ea2..8225b703 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,3 @@ +google-cloud-translate==2.0.0 google-cloud-automl==1.0.1 google-cloud-storage==1.29.0