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::ModelExplainabilityJobDefinition ModelExplainabilityBaselineConfig
The configuration for a baseline model explainability job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BaseliningJobName" :String, "ConstraintsResource" :ConstraintsResource}
YAML
BaseliningJobName:StringConstraintsResource:ConstraintsResource
Properties
- BaseliningJobName
- 
                    The name of the baseline model explainability job. Required: No Type: String Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$Minimum: 1Maximum: 63Update requires: Replacement 
- ConstraintsResource
- 
                    The constraints resource for a model explainability job. Required: No Type: ConstraintsResource Update requires: Replacement