Class: Aws::LookoutEquipment::Types::LabelsInputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::LabelsInputConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Contains the configuration information for the S3 location being used to hold label data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #label_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the label group to be used for label data.
 - 
  
    
      #s3_input_configuration  ⇒ Types::LabelsS3InputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains location information for the S3 location being used for label data.
 
Instance Attribute Details
#label_group_name ⇒ String
The name of the label group to be used for label data.
      2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2749 class LabelsInputConfiguration < Struct.new( :s3_input_configuration, :label_group_name) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_input_configuration ⇒ Types::LabelsS3InputConfiguration
Contains location information for the S3 location being used for label data.
      2749 2750 2751 2752 2753 2754  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2749 class LabelsInputConfiguration < Struct.new( :s3_input_configuration, :label_group_name) SENSITIVE = [] include Aws::Structure end  |