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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



19057
19058
19059
19060
19061
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19057

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