AWS::SageMaker::EndpointConfig ClarifyExplainerConfig
The configuration parameters for the SageMaker Clarify explainer.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EnableExplanations" :
String
, "InferenceConfig" :ClarifyInferenceConfig
, "ShapConfig" :ClarifyShapConfig
}
YAML
EnableExplanations:
String
InferenceConfig:ClarifyInferenceConfig
ShapConfig:ClarifyShapConfig
Properties
EnableExplanations
-
A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See
EnableExplanations
for additional information.Required: No
Type: String
Pattern:
.*
Minimum:
1
Maximum:
64
Update requires: Replacement
InferenceConfig
-
The inference configuration parameter for the model container.
Required: No
Type: ClarifyInferenceConfig
Update requires: Replacement
ShapConfig
-
The configuration for SHAP analysis.
Required: Yes
Type: ClarifyShapConfig
Update requires: Replacement