Class: Aws::Glue::Types::StartImportLabelsTaskRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_s3_pathString

The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

Returns:

  • (String)


20065
20066
20067
20068
20069
20070
20071
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20065

class StartImportLabelsTaskRunRequest < Struct.new(
  :transform_id,
  :input_s3_path,
  :replace_all_labels)
  SENSITIVE = []
  include Aws::Structure
end

#replace_all_labelsBoolean

Indicates whether to overwrite your existing labels.

Returns:

  • (Boolean)


20065
20066
20067
20068
20069
20070
20071
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20065

class StartImportLabelsTaskRunRequest < Struct.new(
  :transform_id,
  :input_s3_path,
  :replace_all_labels)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


20065
20066
20067
20068
20069
20070
20071
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20065

class StartImportLabelsTaskRunRequest < Struct.new(
  :transform_id,
  :input_s3_path,
  :replace_all_labels)
  SENSITIVE = []
  include Aws::Structure
end