# AWS::SageMaker::ModelBiasJobDefinition MonitoringGroundTruthS3Input Ground truth input provided in S3 ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "S3Uri" : String
}
### YAML
S3Uri: String
## Properties #### S3Uri A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. _Required_: Yes _Type_: String _Maximum_: 512 _Pattern_: ^(https|s3)://([^/]+)/?(.*)$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)