Skip to content

Commit e561f44

Browse files
engelkebusunkim96
authored andcommitted
* Fixed name of model * update model ids
1 parent 6de0376 commit e561f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-language/samples/snippets/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
)

0 commit comments

Comments
 (0)