Class: Google::Cloud::AIPlatform::V1::ListDatasetVersionsResponse

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.ListDatasetVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_versions::Array<::Google::Cloud::AIPlatform::V1::DatasetVersion>

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

Returns:



339
340
341
342
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 339

class ListDatasetVersionsResponse
  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.



339
340
341
342
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 339

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