Skip to content

Commit 921fe6b

Browse files
sirtorrytheacodes
authored andcommitted
use lcm instead of vcm [(#1597)](GoogleCloudPlatform/python-docs-samples#1597)
1 parent ea08e6c commit 921fe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/automl/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_dataset_create_import_delete(capsys):
3838

3939
# import data
4040
dataset_id = create_dataset_output[1].split()[2]
41-
data = "gs://{}-vcm/happiness.csv".format(project_id)
41+
data = "gs://{}-lcm/happiness.csv".format(project_id)
4242
automl_natural_language_dataset.import_data(
4343
project_id, compute_region, dataset_id, data
4444
)

0 commit comments

Comments
 (0)