aws-cdk-lib.aws_sagemaker.CfnMonitoringSchedule.StatisticsResourceProperty

interface StatisticsResourceProperty

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

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

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 statisticsResourceProperty: sagemaker.CfnMonitoringSchedule.StatisticsResourceProperty = {
  s3Uri: 's3Uri',
};

Properties

NameTypeDescription
s3Uri?stringThe S3 URI for the statistics resource.

s3Uri?

Type: string (optional)

The S3 URI for the statistics resource.