Class: Google::Cloud::AIPlatform::V1::ListDataItemsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::AIPlatform::V1::ListDataItemsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
 
Overview
Request message for DatasetService.ListDataItems.
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list filter.
 - 
  
    
      #order_by  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A comma-separated list of fields to order by, sorted in ascending order.
 - 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list page size.
 - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard list page token.
 - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #read_mask  ⇒ ::Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Mask specifying which fields to read.
 
Instance Attribute Details
#filter ⇒ ::String
Returns The standard list filter.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#order_by ⇒ ::String
Returns A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_size ⇒ ::Integer
Returns The standard list page size.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns The standard list page token.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The resource name of the Dataset to list DataItems from.
Format:
projects/{project}/locations/{location}/datasets/{dataset}.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
      387 388 389 390  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 387 class ListDataItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |