aws-cdk-lib.aws_sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty

interface ConstraintsResourceProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelBiasJobDefinition_ConstraintsResourceProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty
Pythonaws_cdk.aws_sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty
TypeScript aws-cdk-lib » 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const constraintsResourceProperty: sagemaker.CfnModelBiasJobDefinition.ConstraintsResourceProperty = {
  s3Uri: 's3Uri',
};

Properties

NameTypeDescription
s3Uri?stringThe Amazon S3 URI for the constraints resource.

s3Uri?

Type: string (optional)

The Amazon S3 URI for the constraints resource.