Lists column specs in a table spec.
HTTP request
GET https://automl.googleapis.com/v1beta1/{parent}/columnSpecs
Path parameters
Parameters | |
---|---|
parent |
The resource name of the table spec to list column specs from. Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
fieldMask |
Mask specifying which fields to read. A comma-separated list of fully qualified names of fields. Example: |
filter |
Filter expression, see go/filtering. |
pageSize |
Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size. |
pageToken |
A token identifying a page of results for the server to return. Typically obtained from the |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for AutoMl.ListColumnSpecs
.
JSON representation | |
---|---|
{
"columnSpecs": [
{
object ( |
Fields | |
---|---|
columnSpecs[] |
The column specs read. |
nextPageToken |
A token to retrieve next page of results. Pass to |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.