Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 0650bcc

Browse filesBrowse files
alixhamibusunkim96
authored andcommitted
Fix AutoML region tag typos [(#1687)](GoogleCloudPlatform/python-docs-samples#1687)
* fixes vision delete dataset region tag * removes extra bracket
1 parent d91c4f1 commit 0650bcc
Copy full SHA for 0650bcc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎samples/snippets/automl_translation_dataset.py

Copy file name to clipboardExpand all lines: samples/snippets/automl_translation_dataset.py
+1-1Lines 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'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.