Class: Aws::Types::TaskRunProperties
- Inherits:
-
Object
- Object
- Aws::Types::TaskRunProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_labels_task_run_properties ⇒ Types::ExportLabelsTaskRunProperties
Returns the value of attribute export_labels_task_run_properties.
-
#find_matches_task_run_properties ⇒ Types::FindMatchesTaskRunProperties
Returns the value of attribute find_matches_task_run_properties.
-
#import_labels_task_run_properties ⇒ Types::ImportLabelsTaskRunProperties
Returns the value of attribute import_labels_task_run_properties.
-
#labeling_set_generation_task_run_properties ⇒ Types::LabelingSetGenerationTaskRunProperties
Returns the value of attribute labeling_set_generation_task_run_properties.
-
#task_type ⇒ "EVALUATION", ...
Returns the value of attribute task_type.
Instance Attribute Details
#export_labels_task_run_properties ⇒ Types::ExportLabelsTaskRunProperties
Returns the value of attribute export_labels_task_run_properties.
7669 7670 7671 |
# File 'sig/types.rbs', line 7669 def export_labels_task_run_properties @export_labels_task_run_properties end |
#find_matches_task_run_properties ⇒ Types::FindMatchesTaskRunProperties
Returns the value of attribute find_matches_task_run_properties.
7671 7672 7673 |
# File 'sig/types.rbs', line 7671 def find_matches_task_run_properties @find_matches_task_run_properties end |
#import_labels_task_run_properties ⇒ Types::ImportLabelsTaskRunProperties
Returns the value of attribute import_labels_task_run_properties.
7668 7669 7670 |
# File 'sig/types.rbs', line 7668 def import_labels_task_run_properties @import_labels_task_run_properties end |
#labeling_set_generation_task_run_properties ⇒ Types::LabelingSetGenerationTaskRunProperties
Returns the value of attribute labeling_set_generation_task_run_properties.
7670 7671 7672 |
# File 'sig/types.rbs', line 7670 def labeling_set_generation_task_run_properties @labeling_set_generation_task_run_properties end |
#task_type ⇒ "EVALUATION", ...
Returns the value of attribute task_type.
7667 7668 7669 |
# File 'sig/types.rbs', line 7667 def task_type @task_type end |