Class: Aws::Glue::Types::TaskRunProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#export_labels_task_run_propertiesTypes::ExportLabelsTaskRunProperties

The configuration properties for an exporting labels task run.



21388
21389
21390
21391
21392
21393
21394
21395
21396
# File 'lib/aws-sdk-glue/types.rb', line 21388

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_propertiesTypes::FindMatchesTaskRunProperties

The configuration properties for a find matches task run.



21388
21389
21390
21391
21392
21393
21394
21395
21396
# File 'lib/aws-sdk-glue/types.rb', line 21388

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_propertiesTypes::ImportLabelsTaskRunProperties

The configuration properties for an importing labels task run.



21388
21389
21390
21391
21392
21393
21394
21395
21396
# File 'lib/aws-sdk-glue/types.rb', line 21388

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_propertiesTypes::LabelingSetGenerationTaskRunProperties

The configuration properties for a labeling set generation task run.



21388
21389
21390
21391
21392
21393
21394
21395
21396
# File 'lib/aws-sdk-glue/types.rb', line 21388

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_typeString

The type of task run.

Returns:

  • (String)


21388
21389
21390
21391
21392
21393
21394
21395
21396
# File 'lib/aws-sdk-glue/types.rb', line 21388

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