Class: Aws::LookoutEquipment::Types::InferenceInputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::InferenceInputConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Specifies configuration information for the input data for the inference, including Amazon S3 location of input data..
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #inference_input_name_configuration  ⇒ Types::InferenceInputNameConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
 - 
  
    
      #input_time_zone_offset  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the difference between your time zone and Coordinated Universal Time (UTC).
 - 
  
    
      #s3_input_configuration  ⇒ Types::InferenceS3InputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.
 
Instance Attribute Details
#inference_input_name_configuration ⇒ Types::InferenceInputNameConfiguration
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
      2350 2351 2352 2353 2354 2355 2356  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2350 class InferenceInputConfiguration < Struct.new( :s3_input_configuration, :input_time_zone_offset, :inference_input_name_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#input_time_zone_offset ⇒ String
Indicates the difference between your time zone and Coordinated Universal Time (UTC).
      2350 2351 2352 2353 2354 2355 2356  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2350 class InferenceInputConfiguration < Struct.new( :s3_input_configuration, :input_time_zone_offset, :inference_input_name_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_input_configuration ⇒ Types::InferenceS3InputConfiguration
Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.
      2350 2351 2352 2353 2354 2355 2356  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 2350 class InferenceInputConfiguration < Struct.new( :s3_input_configuration, :input_time_zone_offset, :inference_input_name_configuration) SENSITIVE = [] include Aws::Structure end  |