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.
3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3777 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.
3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3777 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end |
#shap_config ⇒ Types::ClarifyShapConfig
The configuration for SHAP analysis.
3777 3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3777 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end |