You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::TaskRunProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TaskRunProperties
- Defined in:
- (unknown)
Overview
The configuration properties for the task run.
Returned by:
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.
#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.
Possible values:
- EVALUATION
- LABELING_SET_GENERATION
- IMPORT_LABELS
- EXPORT_LABELS
- FIND_MATCHES