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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


20073
20074
20075
20076
20077
20078
20079
# File 'lib/aws-sdk-glue/types.rb', line 20073

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)


20073
20074
20075
20076
20077
20078
20079
# File 'lib/aws-sdk-glue/types.rb', line 20073

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)


20073
20074
20075
20076
20077
20078
20079
# File 'lib/aws-sdk-glue/types.rb', line 20073

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