Class: Aws::Types::TaskRunProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_labels_task_run_propertiesTypes::ExportLabelsTaskRunProperties

Returns the value of attribute export_labels_task_run_properties.



7701
7702
7703
# File 'sig/types.rbs', line 7701

def export_labels_task_run_properties
  @export_labels_task_run_properties
end

#find_matches_task_run_propertiesTypes::FindMatchesTaskRunProperties

Returns the value of attribute find_matches_task_run_properties.



7703
7704
7705
# File 'sig/types.rbs', line 7703

def find_matches_task_run_properties
  @find_matches_task_run_properties
end

#import_labels_task_run_propertiesTypes::ImportLabelsTaskRunProperties

Returns the value of attribute import_labels_task_run_properties.



7700
7701
7702
# File 'sig/types.rbs', line 7700

def import_labels_task_run_properties
  @import_labels_task_run_properties
end

#labeling_set_generation_task_run_propertiesTypes::LabelingSetGenerationTaskRunProperties

Returns the value of attribute labeling_set_generation_task_run_properties.



7702
7703
7704
# File 'sig/types.rbs', line 7702

def labeling_set_generation_task_run_properties
  @labeling_set_generation_task_run_properties
end

#task_type"EVALUATION", ...

Returns the value of attribute task_type.

Returns:

  • ("EVALUATION", "LABELING_SET_GENERATION", "IMPORT_LABELS", "EXPORT_LABELS", "FIND_MATCHES")


7699
7700
7701
# File 'sig/types.rbs', line 7699

def task_type
  @task_type
end