Class: Aws::SageMaker::Types::DriftCheckExplainability
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DriftCheckExplainability
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #config_file  ⇒ Types::FileSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The explainability config file for the model.
 - 
  
    
      #constraints  ⇒ Types::MetricsSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The drift check explainability constraints.
 
Instance Attribute Details
#config_file ⇒ Types::FileSource
The explainability config file for the model.
      20139 20140 20141 20142 20143 20144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20139 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end  | 
  
#constraints ⇒ Types::MetricsSource
The drift check explainability constraints.
      20139 20140 20141 20142 20143 20144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20139 class DriftCheckExplainability < Struct.new( :constraints, :config_file) SENSITIVE = [] include Aws::Structure end  |