Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ListDataItemsResponse.
Results of listing data items in a dataset.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ListDataItemsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_items |
array<Google\Cloud\DataLabeling\V1beta1\DataItem>
The list of data items to return. |
↳ next_page_token |
string
A token to retrieve next page of results. |
getDataItems
The list of data items to return.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataItems
The list of data items to return.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\DataItem>
|
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 |