Class: Aws::SageMaker::Types::ClarifyExplainerConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ClarifyExplainerConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The configuration parameters for the SageMaker Clarify explainer.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_explanations  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A JMESPath boolean expression used to filter which records to explain.
 - 
  
    
      #inference_config  ⇒ Types::ClarifyInferenceConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The inference configuration parameter for the model container.
 - 
  
    
      #shap_config  ⇒ Types::ClarifyShapConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for SHAP analysis.
 
Instance Attribute Details
#enable_explanations ⇒ String
A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See [ ‘EnableExplanations` ][1]for additional information.
      3864 3865 3866 3867 3868 3869 3870  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3864 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_config ⇒ Types::ClarifyInferenceConfig
The inference configuration parameter for the model container.
      3864 3865 3866 3867 3868 3869 3870  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3864 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end  | 
  
#shap_config ⇒ Types::ClarifyShapConfig
The configuration for SHAP analysis.
      3864 3865 3866 3867 3868 3869 3870  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3864 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end  |