Class: Aws::Glue::Types::StartImportLabelsTaskRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartImportLabelsTaskRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #input_s3_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Simple Storage Service (Amazon S3) path from where you import the labels. 
- 
  
    
      #replace_all_labels  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether to overwrite your existing labels. 
- 
  
    
      #transform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the machine learning transform. 
Instance Attribute Details
#input_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
| 23983 23984 23985 23986 23987 23988 23989 | # File 'lib/aws-sdk-glue/types.rb', line 23983 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end | 
#replace_all_labels ⇒ Boolean
Indicates whether to overwrite your existing labels.
| 23983 23984 23985 23986 23987 23988 23989 | # File 'lib/aws-sdk-glue/types.rb', line 23983 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end | 
#transform_id ⇒ String
The unique identifier of the machine learning transform.
| 23983 23984 23985 23986 23987 23988 23989 | # File 'lib/aws-sdk-glue/types.rb', line 23983 class StartImportLabelsTaskRunRequest < Struct.new( :transform_id, :input_s3_path, :replace_all_labels) SENSITIVE = [] include Aws::Structure end |