Class: Google::Cloud::AIPlatform::V1::ListDatasetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDatasetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Response message for DatasetService.ListDatasets.
Instance Attribute Summary collapse
-
#datasets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Dataset>
A list of Datasets that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#datasets ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Dataset>
Returns A list of Datasets that matches the specified filter in the request.
151 152 153 154 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 151 class ListDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
151 152 153 154 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 151 class ListDatasetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |