Method: projects.locations.datasets.tableSpecs.patch

Updates a table spec.

HTTP request

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

Path parameters

Parameters
tableSpec.name

string

Output only. The resource name of the table spec. Form:

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

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 TableSpec.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.