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:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMonitoringSchedule.StatisticsResourcePropertystatic final classAn implementation forCfnMonitoringSchedule.StatisticsResourceProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getS3Uri
The S3 URI for the statistics resource.- See Also:
 
 - 
builder
 
 -