Method: projects.locations.datasets.tableSpecs.get

Gets a table spec.

HTTP request

GET https://automl.googleapis.com/v1beta1/{name}

Path parameters

Parameters
name

string

The resource name of the table spec to retrieve.

Authorization requires the following Google IAM permission on the specified resource name:

  • automl.tableSpecs.get

Query parameters

Parameters
fieldMask

string (FieldMask format)

Mask specifying which fields to read.

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

Request body

The request body must be empty.

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.