We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3de10 commit 4418193Copy full SHA for 4418193
language/snippets/automl/dataset_test.py
@@ -38,7 +38,7 @@ def test_dataset_create_import_delete(capsys):
38
39
# import data
40
dataset_id = create_dataset_output[1].split()[2]
41
- data = "gs://{}-vcm/happiness.csv".format(project_id)
+ data = "gs://{}-lcm/happiness.csv".format(project_id)
42
automl_natural_language_dataset.import_data(
43
project_id, compute_region, dataset_id, data
44
)
0 commit comments