Class: Aws::Glue::Types::ImportLabelsTaskRunProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ImportLabelsTaskRunProperties
- 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
-
#input_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
-
#replace ⇒ Boolean
Indicates whether to overwrite your existing labels.
Instance Attribute Details
#input_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
13833 13834 13835 13836 13837 13838 |
# File 'lib/aws-sdk-glue/types.rb', line 13833 class ImportLabelsTaskRunProperties < Struct.new( :input_s3_path, :replace) SENSITIVE = [] include Aws::Structure end |
#replace ⇒ Boolean
Indicates whether to overwrite your existing labels.
13833 13834 13835 13836 13837 13838 |
# File 'lib/aws-sdk-glue/types.rb', line 13833 class ImportLabelsTaskRunProperties < Struct.new( :input_s3_path, :replace) SENSITIVE = [] include Aws::Structure end |