This legacy version of AI Platform Data Labeling is deprecated and will no longer be available on Google Cloud after January 23, 2024. All the functionality of legacy AI Platform Data Labeling and new features are available on the Vertex AI platform. See Migrate to Vertex AI to learn how to migrate your resources.

ListDataItemsResponse

Results of listing data items in a dataset.

JSON representation
{
  "dataItems": [
    {
      object (DataItem)
    }
  ],
  "nextPageToken": string
}
Fields
dataItems[]

object (DataItem)

The list of data items to return.

nextPageToken

string

A token to retrieve next page of results.