Interface CfnMonitoringSchedule.StatisticsResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMonitoringSchedule.StatisticsResourceProperty.Jsii$Proxy
Enclosing class:
CfnMonitoringSchedule

@Stability(Stable) public static interface CfnMonitoringSchedule.StatisticsResourceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 StatisticsResourceProperty statisticsResourceProperty = StatisticsResourceProperty.builder()
         .s3Uri("s3Uri")
         .build();
 

See Also: