Class: Google::Cloud::AIPlatform::V1::ListDatasetsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#datasets::Array<::Google::Cloud::AIPlatform::V1::Dataset>

Returns A list of Datasets that matches the specified filter in the request.

Returns:



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.

Returns:

  • (::String)

    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