interface ConstraintsResourceProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Sagemaker.CfnModelQualityJobDefinition.ConstraintsResourceProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelQualityJobDefinition_ConstraintsResourceProperty | 
|  Java | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition.ConstraintsResourceProperty | 
|  Python | aws_cdk.aws_sagemaker.CfnModelQualityJobDefinition.ConstraintsResourceProperty | 
|  TypeScript | aws-cdk-lib»aws_sagemaker»CfnModelQualityJobDefinition»ConstraintsResourceProperty | 
The constraints resource for a monitoring job.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const constraintsResourceProperty: sagemaker.CfnModelQualityJobDefinition.ConstraintsResourceProperty = {
  s3Uri: 's3Uri',
};
Properties
| Name | Type | Description | 
|---|---|---|
| s3 | string | The Amazon S3 URI for the constraints resource. | 
s3Uri?
Type:
string
(optional)
The Amazon S3 URI for the constraints resource.
