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 dandhlee committed Nov 17, 2022
1 parent 9dec26e commit 78b1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/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 78b1534

Please sign in to comment.