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

Description

@na0fu3y

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

https://github.com/googleapis/python-automl/blob/master/google/cloud/automl_v1beta1/tables/tables_client.py#L1188

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.api: automlIssues related to the googleapis/python-automl API.priority: p2Moderately-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.type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions