Skip to content

Commit 293e10c

Browse files
authored
Fixed name of model (GoogleCloudPlatform#1779)
* Fixed name of model * update model ids
1 parent 228c533 commit 293e10c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

language/automl/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 = "3472481026502981088"
26+
model_id = "TCN3472481026502981088"
2727
automl_natural_language_predict.predict(
2828
project_id, compute_region, model_id, "resources/test.txt"
2929
)

translate/automl/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
)

vision/automl/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 = "7383667271543079510"
26+
model_id = "ICN7383667271543079510"
2727
automl_vision_predict.predict(
2828
project_id, compute_region, model_id, "resources/test.png"
2929
)

0 commit comments

Comments
 (0)