8000 Fixed name of model [(#1779)](https://github.com/GoogleCloudPlatform/… · googleapis/google-cloud-python@bf63f4b · GitHub
[go: up one dir, main page]

Skip to content

Commit bf63f4b

Browse files
engelkebusunkim96
authored andcommitted
* Fixed name of model * update model ids
1 parent 5100171 commit bf63f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-translate/samples/snippets/predict_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def test_predict(capsys):
26-
model_id = "3128559826197068699"
26+
model_id = "TRL3128559826197068699"
2727
automl_translation_predict.predict(
2828
project_id, compute_region, model_id, "resources/input.txt"
2929
)

0 commit comments

Comments
 (0)
0