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.
| 15568 15569 15570 15571 15572 15573 | # File 'lib/aws-sdk-glue/types.rb', line 15568 class ImportLabelsTaskRunProperties < Struct.new( :input_s3_path, :replace) SENSITIVE = [] include Aws::Structure end | 
#replace ⇒ Boolean
Indicates whether to overwrite your existing labels.
| 15568 15569 15570 15571 15572 15573 | # File 'lib/aws-sdk-glue/types.rb', line 15568 class ImportLabelsTaskRunProperties < Struct.new( :input_s3_path, :replace) SENSITIVE = [] include Aws::Structure end |