@@ -109,7 +109,7 @@ def list_datasets(project_id, compute_region, filter_=None):
109
109
110
110
def list_table_specs (project_id , compute_region , dataset_id , filter_ = None ):
111
111
"""List all table specs."""
112
- # [START automl_tables_list_datasets ]
112
+ # [START automl_tables_list_specs ]
113
113
# TODO(developer): Uncomment and set the following variables
114
114
# project_id = 'PROJECT_ID_HERE'
115
115
# compute_region = 'COMPUTE_REGION_HERE'
@@ -138,7 +138,7 @@ def list_table_specs(project_id, compute_region, dataset_id, filter_=None):
138
138
print ("Table spec row count: {}" .format (table_spec .row_count ))
139
139
print ("Table spec column count: {}" .format (table_spec .column_count ))
140
140
141
- # [END automl_tables_list_table_specs ]
141
+ # [END automl_tables_list_specs ]
142
142
143
143
144
144
def list_column_specs (project_id ,
@@ -147,7 +147,7 @@ def list_column_specs(project_id,
147
147
table_spec_id ,
148
148
filter_ = None ):
149
149
"""List all column specs."""
150
- # [START automl_tables_list_datasets ]
150
+ # [START automl_tables_list_column_specs ]
151
151
# TODO(developer): Uncomment and set the following variables
152
152
# project_id = 'PROJECT_ID_HERE'
153
153
# compute_region = 'COMPUTE_REGION_HERE'
0 commit comments