Skip to content

Commit

Permalink
Fix AutoML region tag typos [(#1687)](#1687)
Browse files Browse the repository at this point in the history
* fixes vision delete dataset region tag

* removes extra bracket
  • Loading branch information
alixhami authored and busunkim96 committed Sep 1, 2020
1 parent de432f6 commit 084d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation/samples/snippets/automl_translation_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def import_data(project_id, compute_region, dataset_id, path):

def delete_dataset(project_id, compute_region, dataset_id):
"""Delete a dataset."""
# [START automl_translate_delete_dataset]]
# [START automl_translate_delete_dataset]
# TODO(developer): Uncomment and set the following variables
# project_id = 'PROJECT_ID_HERE'
# compute_region = 'COMPUTE_REGION_HERE'
Expand Down

0 comments on commit 084d360

Please sign in to comment.