This repository was archived by the owner on Dec 31, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 24
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
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: automlIssues related to the googleapis/python-automl API.Issues related to the googleapis/python-automl API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
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' Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: automlIssues related to the googleapis/python-automl API.Issues related to the googleapis/python-automl API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.