Skip to content

Commit 35fe662

Browse files
alixhamisirtorry
authored andcommitted
Fix AutoML region tag typos (#1687)
* fixes vision delete dataset region tag * removes extra bracket
1 parent f820f6d commit 35fe662

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

translate/automl/automl_translation_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def import_data(project_id, compute_region, dataset_id, path):
196196

197197
def delete_dataset(project_id, compute_region, dataset_id):
198198
"""Delete a dataset."""
199-
# [START automl_translate_delete_dataset]]
199+
# [START automl_translate_delete_dataset]
200200
# TODO(developer): Uncomment and set the following variables
201201
# project_id = 'PROJECT_ID_HERE'
202202
# compute_region = 'COMPUTE_REGION_HERE'

vision/automl/automl_vision_dataset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ def delete_dataset(project_id, compute_region, dataset_id):
224224

225225
# synchronous check of operation status.
226226
print("Dataset deleted. {}".format(response.result()))
227-
228-
# [END automl_visionl_delete_dataset]
227+
# [END automl_vision_delete_dataset]
229228

230229

231230
if __name__ == "__main__":

0 commit comments

Comments
 (0)