This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::MonitoringSchedule BaselineConfig
Baseline configuration used to validate that the data conforms to the specified constraints and statistics.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ConstraintsResource" :ConstraintsResource, "StatisticsResource" :StatisticsResource}
Properties
ConstraintsResource-
The Amazon S3 URI for the constraints resource.
Required: No
Type: ConstraintsResource
Update requires: No interruption
StatisticsResource-
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
Required: No
Type: StatisticsResource
Update requires: No interruption