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