# AWS::SageMaker::ModelExplainabilityJobDefinition ModelExplainabilityBaselineConfig Baseline configuration used to validate that the data conforms to the specified constraints and statistics. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "BaseliningJobName" : String, "ConstraintsResource" : ConstraintsResource }### YAML
BaseliningJobName: String ConstraintsResource: ConstraintsResource## Properties #### BaseliningJobName The name of a processing job _Required_: No _Type_: String _Minimum_:
1
_Maximum_: 63
_Pattern_: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### ConstraintsResource
The baseline constraints resource for a monitoring job.
_Required_: No
_Type_: ConstraintsResource
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)