Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Fixed name of model [(#1779)](GoogleCloudPlatform/python-docs-samples…
Browse files Browse the repository at this point in the history
…#1779)

* Fixed name of model

* update model ids
  • Loading branch information
engelke authored and busunkim96 committed Sep 15, 2020
1 parent 0650bcc commit 027a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/predict_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 027a481

Please sign in to comment.