Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ListTableSpecsResponse.
Response message for AutoMl.ListTableSpecs.
Generated from protobuf message google.cloud.automl.v1beta1.ListTableSpecsResponse
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ table_specs |
array<Google\Cloud\AutoMl\V1beta1\TableSpec>
The table specs read. |
↳ next_page_token |
string
A token to retrieve next page of results. Pass to ListTableSpecsRequest.page_token to obtain that page. |
getTableSpecs
The table specs read.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTableSpecs
The table specs read.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AutoMl\V1beta1\TableSpec>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve next page of results.
Pass to ListTableSpecsRequest.page_token to obtain that page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve next page of results.
Pass to ListTableSpecsRequest.page_token to obtain that page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |