Class: Google::Cloud::DataLabeling::V1beta1::ListDataItemsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Results of listing data items in a dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#data_items::Array<::Google::Cloud::DataLabeling::V1beta1::DataItem>

Returns The list of data items to return.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 178

class ListDataItemsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token to retrieve next page of results.

Returns:

  • (::String)

    A token to retrieve next page of results.



178
179
180
181
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 178

class ListDataItemsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end