Class: Aws::LookoutEquipment::Types::ModelDiagnosticsOutputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::ModelDiagnosticsOutputConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
 - 
  
    
      #s3_output_configuration  ⇒ Types::ModelDiagnosticsS3OutputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 location for the pointwise model diagnostics.
 
Instance Attribute Details
#kms_key_id ⇒ String
The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.
      3499 3500 3501 3502 3503 3504  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3499 class ModelDiagnosticsOutputConfiguration < Struct.new( :s3_output_configuration, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_output_configuration ⇒ Types::ModelDiagnosticsS3OutputConfiguration
The Amazon S3 location for the pointwise model diagnostics.
      3499 3500 3501 3502 3503 3504  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3499 class ModelDiagnosticsOutputConfiguration < Struct.new( :s3_output_configuration, :kms_key_id) SENSITIVE = [] include Aws::Structure end  |