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.
20342 20343 20344 20345 20346 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20342 class ExplainerConfig < Struct.new( :clarify_explainer_config) SENSITIVE = [] include Aws::Structure end |