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 committed Oct 19, 2018
1 parent 8f5b25b commit de6e8c1
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 de6e8c1

Please sign in to comment.