Skip to content
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