Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AutoML region tag typos #1687

Merged
merged 2 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion translate/automl/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
3 changes: 1 addition & 2 deletions vision/automl/automl_vision_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ def delete_dataset(project_id, compute_region, dataset_id):

# synchronous check of operation status.
print("Dataset deleted. {}".format(response.result()))

# [END automl_visionl_delete_dataset]
# [END automl_vision_delete_dataset]


if __name__ == "__main__":
Expand Down