Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ListColumnSpecsResponse.
Response message for AutoMl.ListColumnSpecs.
Generated from protobuf message google.cloud.automl.v1beta1.ListColumnSpecsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ column_specs | array<Google\Cloud\AutoMl\V1beta1\ColumnSpec>The column specs read. | 
| ↳ next_page_token | stringA token to retrieve next page of results. Pass to ListColumnSpecsRequest.page_token to obtain that page. | 
getColumnSpecs
The column specs read.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setColumnSpecs
The column specs read.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\AutoMl\V1beta1\ColumnSpec> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
A token to retrieve next page of results.
Pass to ListColumnSpecsRequest.page_token to obtain that page.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
A token to retrieve next page of results.
Pass to ListColumnSpecsRequest.page_token to obtain that page.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |