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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.



21979
21980
21981
21982
21983
21984
21985
21986
21987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21979

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.



21979
21980
21981
21982
21983
21984
21985
21986
21987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21979

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.



21979
21980
21981
21982
21983
21984
21985
21986
21987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21979

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.



21979
21980
21981
21982
21983
21984
21985
21986
21987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21979

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)


21979
21980
21981
21982
21983
21984
21985
21986
21987
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21979

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