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.
3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3850 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.
3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3850 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end |
#shap_config ⇒ Types::ClarifyShapConfig
The configuration for SHAP analysis.
3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 3850 class ClarifyExplainerConfig < Struct.new( :enable_explanations, :inference_config, :shap_config) SENSITIVE = [] include Aws::Structure end |