aws-cdk-lib.aws_sagemaker.CfnMonitoringSchedule.BaselineConfigProperty

interface BaselineConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.BaselineConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMonitoringSchedule_BaselineConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.BaselineConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnMonitoringSchedule.BaselineConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnMonitoringSchedule » BaselineConfigProperty

Baseline configuration used to validate that the data conforms to the specified constraints and statistics.

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 baselineConfigProperty: sagemaker.CfnMonitoringSchedule.BaselineConfigProperty = {
  constraintsResource: {
    s3Uri: 's3Uri',
  },
  statisticsResource: {
    s3Uri: 's3Uri',
  },
};

Properties

NameTypeDescription
constraintsResource?IResolvable | ConstraintsResourcePropertyThe Amazon S3 URI for the constraints resource.
statisticsResource?IResolvable | StatisticsResourcePropertyThe baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

constraintsResource?

Type: IResolvable | ConstraintsResourceProperty (optional)

The Amazon S3 URI for the constraints resource.


statisticsResource?

Type: IResolvable | StatisticsResourceProperty (optional)

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.