We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac091d commit 6ebffe8Copy full SHA for 6ebffe8
language/snippets/automl/predict_test.py
@@ -23,7 +23,7 @@
23
24
25
def test_predict(capsys):
26
- model_id = "3472481026502981088"
+ model_id = "TCN3472481026502981088"
27
automl_natural_language_predict.predict(
28
project_id, compute_region, model_id, "resources/test.txt"
29
)
0 commit comments