Class: Aws::SageMaker::Types::ClarifyExplainerConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The configuration parameters for the SageMaker Clarify explainer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_explanationsString

A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations for additional information.

Returns:

  • (String)


3628
3629
3630
3631
3632
3633
3634
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3628

class ClarifyExplainerConfig < Struct.new(
  :enable_explanations,
  :inference_config,
  :shap_config)
  SENSITIVE = []
  include Aws::Structure
end

#inference_configTypes::ClarifyInferenceConfig

The inference configuration parameter for the model container.



3628
3629
3630
3631
3632
3633
3634
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3628

class ClarifyExplainerConfig < Struct.new(
  :enable_explanations,
  :inference_config,
  :shap_config)
  SENSITIVE = []
  include Aws::Structure
end

#shap_configTypes::ClarifyShapConfig

The configuration for SHAP analysis.



3628
3629
3630
3631
3632
3633
3634
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3628

class ClarifyExplainerConfig < Struct.new(
  :enable_explanations,
  :inference_config,
  :shap_config)
  SENSITIVE = []
  include Aws::Structure
end