Class: Aws::SageMaker::Types::ExplainerConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#clarify_explainer_configTypes::ClarifyExplainerConfig

A member of ‘ExplainerConfig` that contains configuration parameters for the SageMaker Clarify explainer.



17866
17867
17868
17869
17870
# File 'lib/aws-sdk-sagemaker/types.rb', line 17866

class ExplainerConfig < Struct.new(
  :clarify_explainer_config)
  SENSITIVE = []
  include Aws::Structure
end