Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb692e4

Browse files
committed
resolve region tag conflicts
1 parent a62440b commit bb692e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tables/automl/automl_tables_dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def list_datasets(project_id, compute_region, filter_=None):
109109

110110
def list_table_specs(project_id, compute_region, dataset_id, filter_=None):
111111
"""List all table specs."""
112-
# [START automl_tables_list_datasets]
112+
# [START automl_tables_list_specs]
113113
# TODO(developer): Uncomment and set the following variables
114114
# project_id = 'PROJECT_ID_HERE'
115115
# compute_region = 'COMPUTE_REGION_HERE'
@@ -138,7 +138,7 @@ def list_table_specs(project_id, compute_region, dataset_id, filter_=None):
138138
print("Table spec row count: {}".format(table_spec.row_count))
139139
print("Table spec column count: {}".format(table_spec.column_count))
140140

141-
# [END automl_tables_list_table_specs]
141+
# [END automl_tables_list_specs]
142142

143143

144144
def list_column_specs(project_id,
@@ -147,7 +147,7 @@ def list_column_specs(project_id,
147147
table_spec_id,
148148
filter_=None):
149149
"""List all column specs."""
150-
# [START automl_tables_list_datasets]
150+
# [START automl_tables_list_column_specs]
151151
# TODO(developer): Uncomment and set the following variables
152152
# project_id = 'PROJECT_ID_HERE'
153153
# compute_region = 'COMPUTE_REGION_HERE'

tables/automl/automl_tables_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def deploy_model(project_id, compute_region, model_id):
350350

351351
def undeploy_model(project_id, compute_region, model_id):
352352
"""Undeploy model."""
353-
# [START automl_tables_deploy_model]
353+
# [START automl_tables_undeploy_model]
354354
# TODO(developer): Uncomment and set the following variables
355355
# project_id = 'PROJECT_ID_HERE'
356356
# compute_region = 'COMPUTE_REGION_HERE'

0 commit comments

Comments
 (0)