Class: Aws::Glue::Types::ImportLabelsTaskRunProperties

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

Overview

Specifies configuration properties for an importing labels task run.

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 will import the labels.

Returns:

  • (String)


12921
12922
12923
12924
12925
12926
# File 'lib/aws-sdk-glue/types.rb', line 12921

class ImportLabelsTaskRunProperties < Struct.new(
  :input_s3_path,
  :replace)
  SENSITIVE = []
  include Aws::Structure
end

#replaceBoolean

Indicates whether to overwrite your existing labels.

Returns:

  • (Boolean)


12921
12922
12923
12924
12925
12926
# File 'lib/aws-sdk-glue/types.rb', line 12921

class ImportLabelsTaskRunProperties < Struct.new(
  :input_s3_path,
  :replace)
  SENSITIVE = []
  include Aws::Structure
end