public static interface CfnMonitoringSchedule.BaselineConfigProperty
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.*; BaselineConfigProperty baselineConfigProperty = BaselineConfigProperty.builder() .constraintsResource(ConstraintsResourceProperty.builder() .s3Uri("s3Uri") .build()) .statisticsResource(StatisticsResourceProperty.builder() .s3Uri("s3Uri") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMonitoringSchedule.BaselineConfigProperty.Builder
A builder for
CfnMonitoringSchedule.BaselineConfigProperty |
static class |
CfnMonitoringSchedule.BaselineConfigProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.BaselineConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMonitoringSchedule.BaselineConfigProperty.Builder |
builder() |
default java.lang.Object |
getConstraintsResource()
The Amazon S3 URI for the constraints resource.
|
default java.lang.Object |
getStatisticsResource()
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
|
default java.lang.Object getConstraintsResource()
default java.lang.Object getStatisticsResource()
static CfnMonitoringSchedule.BaselineConfigProperty.Builder builder()