Google Cloud Datalabeling V1beta1 Client - Class ListAnnotatedDatasetsResponse (0.7.2)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ListAnnotatedDatasetsResponse.

Results of listing annotated datasets for a dataset.

Generated from protobuf message google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ annotated_datasets array<AnnotatedDataset>

The list of annotated datasets to return.

↳ next_page_token string

A token to retrieve next page of results.

getAnnotatedDatasets

The list of annotated datasets to return.

Returns
Type Description
Google\Protobuf\RepeatedField<AnnotatedDataset>

setAnnotatedDatasets

The list of annotated datasets to return.

Parameter
Name Description
var array<AnnotatedDataset>
Returns
Type Description
$this

getNextPageToken

A token to retrieve next page of results.

Returns
Type Description
string

setNextPageToken

A token to retrieve next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this