Class: Aws::LookoutEquipment::Types::LabelsS3InputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::LabelsS3InputConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
The location information (prefix and bucket name) for the s3 location being used for label data.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the S3 bucket holding the label data.
 - 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The prefix for the S3 bucket used for the label data.
 
Instance Attribute Details
#bucket ⇒ String
The name of the S3 bucket holding the label data.
      2769 2770 2771 2772 2773 2774  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2769 class LabelsS3InputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix ⇒ String
The prefix for the S3 bucket used for the label data.
      2769 2770 2771 2772 2773 2774  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2769 class LabelsS3InputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end  |