interface ConstraintsResourceProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty | 
  Java | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty | 
  Python | aws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty | 
  TypeScript  | @aws-cdk/aws-sagemaker » CfnModelBiasJobDefinition » 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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const constraintsResourceProperty: sagemaker.CfnModelBiasJobDefinition.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.

 .NET
 Java
 Python
 TypeScript