interface ConstraintsResourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMonitoringSchedule_ConstraintsResourceProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty |
![]() | aws_cdk.aws_sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnMonitoringSchedule » ConstraintsResourceProperty |
The Amazon S3 URI for the constraints resource.
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.CfnMonitoringSchedule.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.