Class: Aws::SageMaker::Types::ExplainerConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ExplainerConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A parameter to activate explainers.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #clarify_explainer_config  ⇒ Types::ClarifyExplainerConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A member of ‘ExplainerConfig` that contains configuration parameters for the SageMaker Clarify explainer.
 
Instance Attribute Details
#clarify_explainer_config ⇒ Types::ClarifyExplainerConfig
A member of ‘ExplainerConfig` that contains configuration parameters for the SageMaker Clarify explainer.
      21511 21512 21513 21514 21515  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21511 class ExplainerConfig < Struct.new( :clarify_explainer_config) SENSITIVE = [] include Aws::Structure end  |