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

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.