diff --git a/language/automl/predict_test.py b/language/automl/predict_test.py index 6cf2c69a0e72..f511302d58ba 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" ) diff --git a/translate/automl/predict_test.py b/translate/automl/predict_test.py index c9fb7e04b261..f9d98dfb053c 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 b588c13fceb0..a0e3eba833bd 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" )