Class: Aws::Glue::Types::GetMLTaskRunsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ Types::TaskRunFilterCriteria 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The filter criteria, in the ‘TaskRunFilterCriteria` structure, for the task run. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum number of results to return. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A token for pagination of the results. 
- 
  
    
      #sort  ⇒ Types::TaskRunSortCriteria 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The sorting criteria, in the ‘TaskRunSortCriteria` structure, for the task run. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#filter ⇒ Types::TaskRunFilterCriteria
The filter criteria, in the ‘TaskRunFilterCriteria` structure, for the task run.
| 12778 12779 12780 12781 12782 12783 12784 12785 12786 | # File 'lib/aws-sdk-glue/types.rb', line 12778 class GetMLTaskRunsRequest < Struct.new( :transform_id, :next_token, :max_results, :filter, :sort) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum number of results to return.
| 12778 12779 12780 12781 12782 12783 12784 12785 12786 | # File 'lib/aws-sdk-glue/types.rb', line 12778 class GetMLTaskRunsRequest < Struct.new( :transform_id, :next_token, :max_results, :filter, :sort) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A token for pagination of the results. The default is empty.
| 12778 12779 12780 12781 12782 12783 12784 12785 12786 | # File 'lib/aws-sdk-glue/types.rb', line 12778 class GetMLTaskRunsRequest < Struct.new( :transform_id, :next_token, :max_results, :filter, :sort) SENSITIVE = [] include Aws::Structure end | 
#sort ⇒ Types::TaskRunSortCriteria
The sorting criteria, in the ‘TaskRunSortCriteria` structure, for the task run.
| 12778 12779 12780 12781 12782 12783 12784 12785 12786 | # File 'lib/aws-sdk-glue/types.rb', line 12778 class GetMLTaskRunsRequest < Struct.new( :transform_id, :next_token, :max_results, :filter, :sort) SENSITIVE = [] include Aws::Structure end | 
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 12778 12779 12780 12781 12782 12783 12784 12785 12786 | # File 'lib/aws-sdk-glue/types.rb', line 12778 class GetMLTaskRunsRequest < Struct.new( :transform_id, :next_token, :max_results, :filter, :sort) SENSITIVE = [] include Aws::Structure end |