Class: Google::Cloud::AIPlatform::V1::ListDatasetVersionsRequest

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

Request message for DatasetService.ListDatasetVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The standard list filter.

Returns:

  • (::String)

    Optional. The standard list filter.



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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

#order_by::String

Returns Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Returns:

  • (::String)

    Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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

#page_size::Integer

Returns Optional. The standard list page size.

Returns:

  • (::Integer)

    Optional. The standard list page size.



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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

#page_token::String

Returns Optional. The standard list page token.

Returns:

  • (::String)

    Optional. The standard list page token.



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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

#parent::String

Returns Required. The resource name of the Dataset to list DatasetVersions from. Format: projects/{project}/locations/{location}/datasets/{dataset}.

Returns:

  • (::String)

    Required. The resource name of the Dataset to list DatasetVersions from. Format: projects/{project}/locations/{location}/datasets/{dataset}



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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

#read_mask::Google::Protobuf::FieldMask

Returns Optional. Mask specifying which fields to read.

Returns:



326
327
328
329
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 326

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