Class: Google::Cloud::AIPlatform::V1::ListDataItemsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDataItemsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Response message for DatasetService.ListDataItems.
Instance Attribute Summary collapse
-
#data_items ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DataItem>
A list of DataItems that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#data_items ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DataItem>
Returns A list of DataItems that matches the specified filter in the request.
402 403 404 405 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 402 class ListDataItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
402 403 404 405 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 402 class ListDataItemsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |