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.
23240 23241 23242 23243 23244 23245 23246 23247 23248 |
# File 'lib/aws-sdk-glue/types.rb', line 23240 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.
23240 23241 23242 23243 23244 23245 23246 23247 23248 |
# File 'lib/aws-sdk-glue/types.rb', line 23240 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.
23240 23241 23242 23243 23244 23245 23246 23247 23248 |
# File 'lib/aws-sdk-glue/types.rb', line 23240 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.
23240 23241 23242 23243 23244 23245 23246 23247 23248 |
# File 'lib/aws-sdk-glue/types.rb', line 23240 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.
23240 23241 23242 23243 23244 23245 23246 23247 23248 |
# File 'lib/aws-sdk-glue/types.rb', line 23240 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 |