Class: Aws::SageMaker::Types::MonitoringOutputConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringOutputConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The output configuration for monitoring jobs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Key Management Service (KMS) key that Amazon SageMaker AI uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
 - 
  
    
      #monitoring_outputs  ⇒ Array<Types::MonitoringOutput> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Monitoring outputs for monitoring jobs.
 
Instance Attribute Details
#kms_key_id ⇒ String
The Key Management Service (KMS) key that Amazon SageMaker AI uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
      35926 35927 35928 35929 35930 35931  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35926 class MonitoringOutputConfig < Struct.new( :monitoring_outputs, :kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_outputs ⇒ Array<Types::MonitoringOutput>
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
      35926 35927 35928 35929 35930 35931  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35926 class MonitoringOutputConfig < Struct.new( :monitoring_outputs, :kms_key_id) SENSITIVE = [] include Aws::Structure end  |