This repository was archived by the owner on Dec 31, 2023. It is now read-only.
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
AutoML: update_column_spec
typo in TablesClient docstring #17
Closed
Description
The TablesClient docstring contains the non-existent function update_column_specs
, and fixed it to update_column_spec
which I think is more appropriate.
Code
client.update_column_specs(dataset_display_name='my_dataset',
column_spec_display_name='Outcome', type_code='CATEGORY')
The code cause exception like
AttributeError: 'TablesClient' object has no attribute 'update_column_specs'