From f970840325b3e814ec9078d28a6d032a6d12b94d 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 --- automl/snippets/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/automl/snippets/requirements.txt b/automl/snippets/requirements.txt index f6a42ea268e9..8225b7032300 100644 --- a/automl/snippets/requirements.txt +++ b/automl/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