From b61a8256075c094fa08da4ed26955a6aa7708a8b Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Fri, 19 Oct 2018 14:43:31 -0700 Subject: [PATCH 1/2] Fixed name of model --- language/automl/predict_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/automl/predict_test.py b/language/automl/predict_test.py index 6cf2c69a0e7..f511302d58b 100644 --- a/language/automl/predict_test.py +++ b/language/automl/predict_test.py @@ -23,7 +23,7 @@ def test_predict(capsys): - model_id = "3472481026502981088" + model_id = "TCN3472481026502981088" automl_natural_language_predict.predict( project_id, compute_region, model_id, "resources/test.txt" ) From 3f3095db191c1eca27e317f010896bdd32af9643 Mon Sep 17 00:00:00 2001 From: sirtorry Date: Fri, 19 Oct 2018 15:15:36 -0700 Subject: [PATCH 2/2] update model ids --- translate/automl/predict_test.py | 2 +- vision/automl/predict_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/translate/automl/predict_test.py b/translate/automl/predict_test.py index c9fb7e04b26..f9d98dfb053 100644 --- a/translate/automl/predict_test.py +++ b/translate/automl/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" ) diff --git a/vision/automl/predict_test.py b/vision/automl/predict_test.py index b588c13fceb..a0e3eba833b 100644 --- a/vision/automl/predict_test.py +++ b/vision/automl/predict_test.py @@ -23,7 +23,7 @@ def test_predict(capsys): - model_id = "7383667271543079510" + model_id = "ICN7383667271543079510" automl_vision_predict.predict( project_id, compute_region, model_id, "resources/test.png" )