This legacy version of AutoML Vision is deprecated and will no longer be available on Google Cloud after January 23, 2024. All the functionality of legacy AutoML Vision and new features are available on the Vertex AI platform. See Migrate to Vertex AI to learn how to migrate your resources.

Method: projects.locations.datasets.tableSpecs.columnSpecs.patch

Stay organized with collections Save and categorize content based on your preferences.

Updates a column spec.

HTTP request

PATCH https://automl.googleapis.com/v1beta1/{columnSpec.name}

Path parameters

Parameters
columnSpec.name

string

Output only. The resource name of the column specs. Form:

projects/{project_id}/locations/{locationId}/datasets/{datasetId}/tableSpecs/{tableSpecId}/columnSpecs/{columnSpecId}

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource.

A comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of ColumnSpec.

Response body

If successful, the response body contains an instance of ColumnSpec.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.