Class: Aws::Glue::Types::TaskRunProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::TaskRunProperties
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The configuration properties for the task run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #export_labels_task_run_properties  ⇒ Types::ExportLabelsTaskRunProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration properties for an exporting labels task run. 
- 
  
    
      #find_matches_task_run_properties  ⇒ Types::FindMatchesTaskRunProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration properties for a find matches task run. 
- 
  
    
      #import_labels_task_run_properties  ⇒ Types::ImportLabelsTaskRunProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration properties for an importing labels task run. 
- 
  
    
      #labeling_set_generation_task_run_properties  ⇒ Types::LabelingSetGenerationTaskRunProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration properties for a labeling set generation task run. 
- 
  
    
      #task_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of task run. 
Instance Attribute Details
#export_labels_task_run_properties ⇒ Types::ExportLabelsTaskRunProperties
The configuration properties for an exporting labels task run.
| 25760 25761 25762 25763 25764 25765 25766 25767 25768 | # File 'lib/aws-sdk-glue/types.rb', line 25760 class TaskRunProperties < Struct.new( :task_type, :import_labels_task_run_properties, :export_labels_task_run_properties, :labeling_set_generation_task_run_properties, :find_matches_task_run_properties) SENSITIVE = [] include Aws::Structure end | 
#find_matches_task_run_properties ⇒ Types::FindMatchesTaskRunProperties
The configuration properties for a find matches task run.
| 25760 25761 25762 25763 25764 25765 25766 25767 25768 | # File 'lib/aws-sdk-glue/types.rb', line 25760 class TaskRunProperties < Struct.new( :task_type, :import_labels_task_run_properties, :export_labels_task_run_properties, :labeling_set_generation_task_run_properties, :find_matches_task_run_properties) SENSITIVE = [] include Aws::Structure end | 
#import_labels_task_run_properties ⇒ Types::ImportLabelsTaskRunProperties
The configuration properties for an importing labels task run.
| 25760 25761 25762 25763 25764 25765 25766 25767 25768 | # File 'lib/aws-sdk-glue/types.rb', line 25760 class TaskRunProperties < Struct.new( :task_type, :import_labels_task_run_properties, :export_labels_task_run_properties, :labeling_set_generation_task_run_properties, :find_matches_task_run_properties) SENSITIVE = [] include Aws::Structure end | 
#labeling_set_generation_task_run_properties ⇒ Types::LabelingSetGenerationTaskRunProperties
The configuration properties for a labeling set generation task run.
| 25760 25761 25762 25763 25764 25765 25766 25767 25768 | # File 'lib/aws-sdk-glue/types.rb', line 25760 class TaskRunProperties < Struct.new( :task_type, :import_labels_task_run_properties, :export_labels_task_run_properties, :labeling_set_generation_task_run_properties, :find_matches_task_run_properties) SENSITIVE = [] include Aws::Structure end | 
#task_type ⇒ String
The type of task run.
| 25760 25761 25762 25763 25764 25765 25766 25767 25768 | # File 'lib/aws-sdk-glue/types.rb', line 25760 class TaskRunProperties < Struct.new( :task_type, :import_labels_task_run_properties, :export_labels_task_run_properties, :labeling_set_generation_task_run_properties, :find_matches_task_run_properties) SENSITIVE = [] include Aws::Structure end |