This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::EndpointConfig ClarifyExplainerConfig
The configuration parameters for the SageMaker Clarify explainer.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EnableExplanations" :String, "InferenceConfig" :ClarifyInferenceConfig, "ShapConfig" :ClarifyShapConfig}
YAML
EnableExplanations:StringInferenceConfig:ClarifyInferenceConfigShapConfig:ClarifyShapConfig
Properties
- EnableExplanations
- 
                    A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanationsfor additional information.Required: No Type: String Pattern: .*Minimum: 1Maximum: 64Update 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