Interface CfnMonitoringSchedulePropsMixin.StatisticsResourceProperty

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

@Stability(Stable) public static interface CfnMonitoringSchedulePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
 StatisticsResourceProperty statisticsResourceProperty = StatisticsResourceProperty.builder()
         .s3Uri("s3Uri")
         .build();
 

See Also: