From 439ae46a1846b9997807f14762b65569fcfdd715 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Fri, 19 Oct 2018 15:21:41 -0700 Subject: [PATCH] Fixed name of model [(#1779)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1779) * Fixed name of model * update model ids --- translation/samples/snippets/predict_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation/samples/snippets/predict_test.py b/translation/samples/snippets/predict_test.py index c9fb7e04b261..f9d98dfb053c 100644 --- a/translation/samples/snippets/predict_test.py +++ b/translation/samples/snippets/predict_test.py @@ -23,7 +23,7 @@ def test_predict(capsys): - model_id = "3128559826197068699" + model_id = "TRL3128559826197068699" automl_translation_predict.predict( project_id, compute_region, model_id, "resources/input.txt" )