Cloud AutoML V1beta1 Client - Class ListDatasetsResponse (1.6.3)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDatasets

The datasets read.

Parameter
NameDescription
var array<Google\Cloud\AutoMl\V1beta1\Dataset>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results.

Pass to ListDatasetsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results.

Pass to ListDatasetsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this